mirror of
https://github.com/lua/lua.git
synced 2026-07-25 23:49:06 +00:00
8082906c059f2b1473de4363ca57fe19b52f281f
Constants directly assigned to other constants were not propagating: For instance, in local <const> k1 = 10 local <const> k2 = k1 'k2' were not treated as a compile-time constant.
Description
No description provided
Languages
C
66.4%
Lua
33%
Makefile
0.6%