Category talk:Wren-ioutil: Difference between revisions

Content added Content deleted
(→‎Source code: Removed type aliases which are no longer needed.)
m (→‎Source code: Fixed syntax highlighting.)
Line 1: Line 1:
===Source code===
===Source code===


<lang ecmascript>/* Module "ioutil.wren" */
<syntaxhighlight lang=ecmascript>/* Module "ioutil.wren" */


import "io" for File, FileFlags, Stdin, Stdout
import "io" for File, FileFlags, Stdin, Stdout
Line 480: Line 480:
Stdout.flush()
Stdout.flush()
}
}
}</lang>
}</syntaxhighlight>