Comma quibbling: Difference between revisions

Content deleted Content added
→‎{{header|Python}}: Second example without the need to reverse a string.
→‎{{header|PL/I}}: Marked incorrect.
Line 219: Line 219:


=={{header|PL/I}}==
=={{header|PL/I}}==
{{incorrect|PL/I|No "and" in any output.}}
<lang pli>*process or(!);
<lang pli>*process or(!);
quib: Proc Options(main);
quib: Proc Options(main);
Line 263: Line 264:
{ABC, DEF}
{ABC, DEF}
{ABC, DEF, G, H}
{ABC, DEF, G, H}
</pre>
</pre>


=={{header|REXX}}==
=={{header|REXX}}==