Create a file: Difference between revisions

Content added Content deleted
Line 1,864: Line 1,864:
<lang sensetalk>put empty into file "~/Desktop/docs/output.txt"
<lang sensetalk>put empty into file "~/Desktop/docs/output.txt"
put "" into file "/docs/output.txt"</lang>
put "" into file "/docs/output.txt"</lang>
Or using the Create command:
<lang sensetalk>create file "output.txt"
create folder "docs"</lang>


=={{header|Sidef}}==
=={{header|Sidef}}==