Difference between revisions of "Io.write"

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>Writes value to default output, basically equivalent to io.output():write.</translate>
+
Writes '''value''' to default output, basically equivalent to io.output():write.
 
<source lang="lua">
 
<source lang="lua">
io.write(value1,...)
+
io.write(value1,...)
 
</source>
 
</source>
=== <translate>Parameters</translate> ===
+
 
'''value1''': (string) <translate>value to write</translate> <br/>
+
=== Parameters ===
'''...''': (multiple) <translate>other optional values to write</translate> '''optional'''<br/>
+
'''value1''': (string) value to write<br/>
 +
'''...''': (multiple) other optional values to write '''optional'''<br/>
  
 
{{Io}}
 
{{Io}}

Revision as of 07:26, 7 December 2020

Available since: Gideros 2011.6
Class: io

Description

Writes value to default output, basically equivalent to io.output():write.

io.write(value1,...)

Parameters

value1: (string) value to write
...: (multiple) other optional values to write optional