RosettaCodeData/Task/Create-a-file/LFE/create-a-file.lfe

5 lines
148 B
Text
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
(: file write_file '"output.txt" '"Some data")
(: file make_dir '"docs")
(: file write_file '"/output.txt" '"Some data")
(: file make_dir '"/docs")