mirror of
https://github.com/lua/lua.git
synced 2026-08-08 06:19:07 +00:00
4d46289331395a845c5de1f6c0e0fe873c50db4f
The syntax for local attributes ('const'/'toclose') was unified with
the regular syntax for local variables, so that we can have variables
with attributes in local definitions with multiple names; for instance:
local <toclose> f, <const> err = io.open(fname)
This new syntax does not implement constant propagation, yet.
This commit also has some small improvements to the manual.
Description
No description provided
Languages
C
66.4%
Lua
33%
Makefile
0.6%