RosettaCodeData/Task/Read-entire-file/Ring/read-entire-file-1.ring
2016-12-05 23:44:36 +01:00

4 lines
76 B
Text

# Read the file
cStr = read("myfile.txt")
# print the file content
See cStr