RosettaCodeData/Task/Read-entire-file/OxygenBasic/read-entire-file.basic

8 lines
74 B
Text
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
string s
'AS FUNCTION
s=GetFile "t.txt"
'AS PROCEDURE
Getfile "t.txt",s