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

6 lines
146 B
Text
Raw Permalink Normal View History

2013-04-10 21:29:02 -07: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