Difference between revisions of "Io.write"
From GiderosMobile
m (Text replacement - "</source>" to "</syntaxhighlight>") |
|||
(One intermediate revision by the same user not shown) | |||
Line 5: | Line 5: | ||
=== Description === | === Description === | ||
Writes '''value''' to default output, basically equivalent to io.output():write. | Writes '''value''' to default output, basically equivalent to io.output():write. | ||
− | < | + | <syntaxhighlight lang="lua"> |
io.write(value1,...) | io.write(value1,...) | ||
− | </ | + | </syntaxhighlight> |
=== Parameters === | === Parameters === |
Latest revision as of 14:30, 13 July 2023
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