Print

From GiderosMobile
Revision as of 11:04, 23 August 2018 by Hgy29 (talk | contribs) (Created page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === Receives any number of arguments, and prints their values to `stdout`, using the `tostring` function t...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Available since: Gideros 2011.6

Description

Receives any number of arguments, and prints their values to `stdout`, using the `tostring` function to convert them to strings. print is not intended for formatted output, but only as a quick way to show a value, typically for debugging. For formatted output, use `string.format`.

= print(e1e2...,)

'e1: (any) any argument '
e2: (any) any second argument optional
...: (any) other optional arguments optional