Talk:Brace expansion: Difference between revisions

m
(→‎Pls clarify edge case example: a solution to the edge input)
Line 121:
: With all those backslashes and the braces without commas, all you're going to see from this algorithm is backslash pairs turning into single backslashes. --[[User:Rdm|Rdm]] ([[User talk:Rdm|talk]]) 15:40, 23 November 2015 (UTC)
:: Isn't this '{,{\\{ edge, edge} \,}' a choice between nothing and '{\\{ edge, edge} \,'--[[User:Walterpachl|Walterpachl]] ([[User talk:Walterpachl|talk]]) 22:38, 23 November 2015 (UTC)
:::My currnetcurrent program for this case shows;:
<pre>
store 3 1 {}} some }{ cases, {here} \\\\\}
2,294

edits