mirror of
https://github.com/lua/lua.git
synced 2026-06-08 08:03:49 +00:00
Details
Spaces + added initialization to the documentation of global declarations.
This commit is contained in:
@@ -9743,7 +9743,7 @@ and @bnfNter{LiteralString}, see @See{lexical}.)
|
||||
@OrNL @Rw{local} @Rw{function} @bnfNter{Name} funcbody
|
||||
@OrNL @Rw{global} @Rw{function} @bnfNter{Name} funcbody
|
||||
@OrNL @Rw{local} attnamelist @bnfopt{@bnfter{=} explist}
|
||||
@OrNL @Rw{global} attnamelist
|
||||
@OrNL @Rw{global} attnamelist @bnfopt{@bnfter{=} explist}
|
||||
@OrNL @Rw{global} @bnfopt{attrib} @bnfter{*}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user