2 lines
48 B
Forth
2 lines
48 B
Forth
: read-file "foo.txt" GET-FILE TYPE ;
|
|
read-file
|
: read-file "foo.txt" GET-FILE TYPE ;
|
|
read-file
|