RosettaCodeData/Task/Create-a-file/Lingo/create-a-file-1.lingo
2023-07-01 13:44:08 -04:00

3 lines
120 B
Text

-- note: fileIO xtra is shipped with Director, i.e. an "internal"
fp = xtra("fileIO").new()
fp.createFile("output.txt")