RosettaCodeData/Task/Read-entire-file/Forth/read-entire-file-2.fth
Ingy döt Net 72eb4943cb Data update
2025-02-27 18:35:13 -05:00

2 lines
48 B
Forth

: read-file "foo.txt" GET-FILE TYPE ;
read-file