RosettaCodeData/Task/Create-a-file/Lingo/create-a-file-1.lingo

4 lines
120 B
Text
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
-- note: fileIO xtra is shipped with Director, i.e. an "internal"
fp = xtra("fileIO").new()
fp.createFile("output.txt")