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

5 lines
148 B
Text
Raw Permalink Normal View History

2016-12-05 23:44:36 +01:00
(: file write_file '"output.txt" '"Some data")
(: file make_dir '"docs")
(: file write_file '"/output.txt" '"Some data")
(: file make_dir '"/docs")