Comma quibbling: Difference between revisions

→‎{{header|Perl 6}}: no need to use a string input actually
(→‎{{header|Perl 6}}: fixing case of two inputs)
(→‎{{header|Perl 6}}: no need to use a string input actually)
Line 47:
}
 
say comma-quibbling(eval($_)) for
< []((), ["(<ABC"]>,), ["(<ABC"," DEF"]>), ["(<ABC"," DEF"," G","H"] H>)).tree;</lang>
{{out}}
<pre>{}
1,935

edits