One of n lines in a file: Difference between revisions

Content added Content deleted
m (→‎{{header|REXX}}: added/changed whitespace and comments.)
m (→‎{{header|REXX}}: changed the REXX program description comment.)
Line 1,569: Line 1,569:


=={{header|REXX}}==
=={{header|REXX}}==
<lang rexx>/*REXX program simulates reading a ten-line file and make randomness counts.*/
<lang rexx>/*REXX program simulates reading a ten─line file, count selection randomness.*/
N=10 /*the number of lines in pseudo-file. */
N=10 /*the number of lines in pseudo-file. */
@.=0 /*zero all the (ten) "buckets". */
@.=0 /*zero all the (ten) "buckets". */