Jump to content

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

Cookies help us deliver our services. By using our services, you agree to our use of cookies.