Create a file: Difference between revisions

m
(Adds slope example)
Line 2,370:
Local:
<syntaxhighlight lang="slate">(close (file-open-write "output.txt"))
(mkdir "dirdocs" 0755)</syntaxhighlight>
 
Root:
<syntaxhighlight lang="slate">(close (file-open-write "/output.txt"))
(mkdir "/dirdocs" 0755)</syntaxhighlight>
 
 
=={{header|Smalltalk}}==
37

edits