Jump to content

Odd word problem: Difference between revisions

→‎{{header|PL/I}}: flagged as incorrect.
m (→‎{{header|REXX}}: simplified the program, changed some comments.)
(→‎{{header|PL/I}}: flagged as incorrect.)
Line 1,949:
 
=={{header|PL/I}}==
 
{{incorrect|PL/I| <br><br> The task's requirements state to not use ''recursions''. <br><br>}}
 
<lang PL/I>test: procedure options (main); /* 2 August 2014 */
declare (ch, ech) character (1);
Cookies help us deliver our services. By using our services, you agree to our use of cookies.