Odd word problem: Difference between revisions

Run BASIC entry is incorrect
(Rename Perl 6 -> Raku, alphabetize, minor clean-up)
(Run BASIC entry is incorrect)
Line 2,431:
 
=={{header|Run BASIC}}==
{{incorrect|Run BASIC|Restriction #1 violated - only single character I/O allowed. Restriction #2 violated - explicit storage in string for later reversal not allowed.}}
<lang runbasic>open "oddWord.txt" for input as #f ' read input stream
while not(eof(#f))
Anonymous user