Difference between revisions of "Io.flush"

From GiderosMobile
Line 1: Line 1:
 
__NOTOC__
 
__NOTOC__
<languages />
+
'''Available since:''' Gideros 2011.6<br/>
'''<translate>Available since</translate>:''' Gideros 2011.6<br/>
+
'''Class:''' [[io]]<br/>
'''<translate>Class</translate>:''' [[Special:MyLanguage/io|io]]<br/>
+
 
=== <translate>Description</translate> ===
+
=== Description ===
<translate>Equivalent to file:flush over the default output file.</translate>
+
Equivalent to '''[[x_file:flush|file:flush]]''' over the default output file.
 
<source lang="lua">
 
<source lang="lua">
io.flush()
+
io.flush()
 
</source>
 
</source>
  
 
{{Io}}
 
{{Io}}

Revision as of 07:09, 7 December 2020

Available since: Gideros 2011.6
Class: io

Description

Equivalent to file:flush over the default output file.

io.flush()