io.wait â IO, true, false or nil
io.wait(timeout) â IO, true, false or nil
io.wait(timeout) â IO, true, false or nil
Instance Public methods
Waits until input is available or times out and returns self or nil when EOF is reached.
Waits until input is available or times out and returns self or nil when EOF is reached.
Please login to continue.