Create a file: Difference between revisions

Content added Content deleted
m (→‎{{header|Phix}}: added syntax colouring)
m (→‎{{header|Wren}}: Changed to Wren S/H)
Line 2,742: Line 2,742:


Wren does not currently support the creation of directories.
Wren does not currently support the creation of directories.
<syntaxhighlight lang="ecmascript">import "io" for File
<syntaxhighlight lang="wren">import "io" for File


// file is closed automatically after creation
// file is closed automatically after creation