Io.read

From GiderosMobile
Revision as of 11:05, 23 August 2018 by Hgy29 (talk | contribs) (Created page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === Reading from default input, basically equivalent to io.input():read <source lang="lua"> (string), = io...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Available since: Gideros 2011.6

Description

Reading from default input, basically equivalent to io.input():read

(string), = io.read(format1...,)

'format1: (string) reading format '
...: (string) more optional formats optional
Returns (string) returns read values or nil