lua-users home
lua-l archive

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


> 1. The users who grow with the lua language since version 1.
> If i remember correctly. there was 1 statement per line and the
> statement delimitter was the line end.

You misremember. The code below works in Lua 1.0 (I've just tested):
	a=2 print(a)