RosettaCodeData/Task/Read-entire-file/PureBasic/read-entire-file-2.basic

5 lines
72 B
Text
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
If ReadFile(0, "RC.txt")
Variable$=ReadString(0)
CloseFile(0)
EndIf