RosettaCodeData/Task/Comma-quibbling/J/comma-quibbling-2.j
2015-02-20 09:02:09 -05:00

6 lines
129 B
Text

Tests=: (<'');(<'ABC');('ABC';'DEF');<('ABC';'DEF';'G';'H')
quibble every Tests
{}
{ABC}
{ABC and DEF}
{ABC, DEF, G and H}