Jump to content

Brace expansion: Difference between revisions

m
→‎{{header|Tailspin}}: Add required type bound for matcher
(→‎{{header|TXR}}: Remove a pointless optimization from the parser, and the substitution of the : symbol. The substitution would be necessary if we de-escaped escaped commas.)
m (→‎{{header|Tailspin}}: Add required type bound for matcher)
Line 4,989:
 
templates collateSequence
data part <[]|''> local
@: [''];
$... -> #
$@!
when <´part´ '.*'> do
def part: $;
@: [$@... -> '$;$part;'];
Line 5,039 ⟶ 5,040:
{}} some }{,{\\ edge \,}{ cases, {here} \\\\\}
</pre>
 
=={{header|Tcl}}==
{{works with|Tcl|8.6}}
18

edits

Cookies help us deliver our services. By using our services, you agree to our use of cookies.