Difference between revisions of "Io.flush"

From GiderosMobile
Line 8: Line 8:
 
  io.flush()
 
  io.flush()
 
</source>
 
</source>
 +
 +
{{Io}}

Revision as of 22:51, 11 February 2020


Available since: Gideros 2011.6
Class: io

Description

Equivalent to file:flush over the default output file.

 io.flush()