Difference between revisions of "Io.write"

From GiderosMobile
Line 11: Line 11:
 
'''value1''': (string) <translate>value to write</translate> <br/>
 
'''value1''': (string) <translate>value to write</translate> <br/>
 
'''...''': (multiple) <translate>other optional values to write</translate> '''optional'''<br/>
 
'''...''': (multiple) <translate>other optional values to write</translate> '''optional'''<br/>
 +
 +
{{Io}}

Revision as of 22:53, 11 February 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