Category talk:Wren-ioutil: Difference between revisions

Content deleted Content added
PureFox (talk | contribs)
→‎Source code: Removed type aliases which are no longer needed.
PureFox (talk | contribs)
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>
Return to "Wren-ioutil" page.