RosettaCodeData/Task/Read-entire-file/GAP/read-entire-file.gap
Ingy döt Net b83f433714 tasks a-s
2013-04-10 23:57:08 -07:00

3 lines
118 B
Text

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