Category talk:Wren-ioutil: Difference between revisions

m
→‎Source code: Fixed syntax highlighting.
(→‎Source code: Removed type aliases which are no longer needed.)
m (→‎Source code: Fixed syntax highlighting.)
Line 1:
===Source code===
 
<langsyntaxhighlight lang=ecmascript>/* Module "ioutil.wren" */
 
import "io" for File, FileFlags, Stdin, Stdout
Line 480:
Stdout.flush()
}
}</langsyntaxhighlight>
9,476

edits