Category talk:Wren-ioutil: Difference between revisions

→‎Source code: Removed type aliases which are no longer needed.
(→‎Source code: Corrected method name.)
(→‎Source code: Removed type aliases which are no longer needed.)
Line 480:
Stdout.flush()
}
}</lang>
}
 
// Type aliases for classes in case of any name clashes with other modules.
var IOutil_FileUtil = FileUtil
var IOutil_Input = Input
var IOutil_Output = Output
var IOutil_File = File // in case imported indirectly
var IOUtil_FileFlags = FileFlags // ditto
var IOUtil_Stdin = Stdin // ditto
var IOUtil_Stdout = Stdout // ditto
var IOUtil_Platform = Platform // ditto</lang>
9,476

edits