lua-users home
lua-l archive

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



orangeted wrote:
What is wrong with this code snippet?
    user_input = io.stdin:read '*1';

You need to change the one to a lower case L.

- Peter Shook