Re: Semicolons in Lua (was CppCon talk about Lua)
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: Semicolons in Lua (was CppCon talk about Lua)
- From: Luiz Henrique de Figueiredo <lhf@...>
- Date: Sun, 5 Nov 2017 22:21:29 -0200
> 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)