Paraffins: Difference between revisions

Content added Content deleted
m (→‎{{header|REXX}}: change output font size (to 84%), used a template for OUTPUT.)
m (→‎{{header|REXX}}: added highlighting to the REXX section header.)
Line 2,297: Line 2,297:


=={{header|REXX}}==
=={{header|REXX}}==
(Based, in large part, on the Pascal version.)
(Based, in large part, on the '''Pascal''' version.)
<lang rexx>/*REXX program enumerates (without repetition) the # of paraffins with N atoms of carbon*/
<lang rexx>/*REXX program enumerates (without repetition) the # of paraffins with N atoms of carbon*/
parse arg nodes . /*obtain optional argument from the CL.*/
parse arg nodes . /*obtain optional argument from the CL.*/