lua-users home
lua-l archive

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



>  isn't there any 'empty' statement ?

No. A chunk can consist of zero statements, which is not the same thing.

> Here is the reason of my very small problem:

>> print("foo");;
>  stdin:1: unexpected symbol near `;'


So don't use semicolons? They are rarely necessary.