lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


2015-02-28 21:44 GMT+02:00 Nagaev Boris <bnagaev@gmail.com>:

>
> Is this true, that io.read("*n") should be used if only input is
> guaranteed to be a number?

Not at all. You can use it to find out whether the input starts with
a number. You should always test the return value. If nil, you
can re-read the input with a more forgiving format.