Difference between revisions of "Io.write"
From GiderosMobile
| Line 1: | Line 1: | ||
__NOTOC__ | __NOTOC__ | ||
| − | + | '''Available since:''' Gideros 2011.6<br/> | |
| − | ''' | + | '''Class:''' [[io]]<br/> |
| − | ''' | + | |
| − | === | + | === Description === |
| − | + | Writes '''value''' to default output, basically equivalent to io.output():write. | |
<source lang="lua"> | <source lang="lua"> | ||
| − | + | io.write(value1,...) | |
</source> | </source> | ||
| − | === | + | |
| − | '''value1''': (string) | + | === Parameters === |
| − | '''...''': (multiple) | + | '''value1''': (string) value to write<br/> |
| + | '''...''': (multiple) other optional values to write '''optional'''<br/> | ||
{{Io}} | {{Io}} | ||
Revision as of 06: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