Roberto Ierusalimschy d9f40e3f6f First implementation for 'const' variables
A variable can be declared const, which means it cannot be assigned to,
with the syntax 'local <const> name = exp'.
2019-05-17 11:11:44 -03:00
2019-03-27 14:56:10 -03:00
2018-10-25 15:30:15 -03:00
2019-05-13 16:20:40 -03:00
2019-04-24 14:41:41 -03:00
2019-05-13 16:20:40 -03:00
2019-03-13 13:16:53 -03:00
2019-05-13 16:20:40 -03:00
2018-10-23 12:58:38 -03:00
2019-03-14 15:30:54 -03:00
2019-05-13 16:20:40 -03:00
2019-05-13 16:20:40 -03:00
2019-03-25 14:12:06 -03:00
Description
No description provided
18 MiB
Languages
C 67.2%
Lua 32.2%
Makefile 0.6%