mirror of
https://github.com/lua/lua.git
synced 2026-06-08 08:03:49 +00:00
First implementation of global declarations
This commit is contained in:
@@ -349,6 +349,7 @@ end, "crl")
|
||||
|
||||
|
||||
function f(a,b)
|
||||
global collectgarbage, assert, g, string
|
||||
collectgarbage()
|
||||
local _, x = debug.getlocal(1, 1)
|
||||
local _, y = debug.getlocal(1, 2)
|
||||
|
||||
Reference in New Issue
Block a user