RosettaCodeData/Task/Input-loop/Oforth/input-loop.oforth

2 lines
60 B
Text
Raw Permalink Normal View History

2016-12-05 23:44:36 +01:00
: readFile(filename) File new(filename) apply(#println) ;