3 lines
118 B
Text
3 lines
118 B
Text
InputTextFile("input.txt");
|
|
s := ReadAll(f);; # two semicolons to hide the result, which may be long
|
|
CloseStream(f);
|