lua-users home
lua-l archive

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


>Oh, I didn't know I could return a value from the top level...

The manual says in 4.4.3:

 The return statement is used to return values from a function or from a chunk. 

--lhf