RosettaCodeData/Task/Input-loop/Lang5/input-loop.lang5

6 lines
146 B
Text
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
: read-lines do read . "\n" . eof if break then loop ;
: ==>contents
'< swap open 'fh set fh fin read-lines fh close ;
'file.txt ==>contents