lua-users home
lua-l archive

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




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

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

Well, this "double semicolon" was only a typo from my side. I was just wondering why I got an error, since for me, it shouldn't be considered as an error. Well, it's only a pure unuseful though after some seconds of "What the hell... ?", so, don't mind so much about it ;-)