mirror of
https://github.com/lua/lua
synced 2025-04-12 07:53:16 +03:00

A variable can be declared const, which means it cannot be assigned to, with the syntax 'local <const> name = exp'.
Description
No description provided
Languages
C
67.2%
Lua
32.2%
Makefile
0.6%