lua/manual
Roberto Ierusalimschy 4d46289331 Local attributes can be used in list of local variables
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.
2019-07-03 14:18:07 -03:00
..
2html Year in copyright notice updated to 2019 2019-03-25 14:00:09 -03:00
manual.of Local attributes can be used in list of local variables 2019-07-03 14:18:07 -03:00