Files
luaj/src/test/res/test9.lua
2009-04-27 20:16:06 +00:00

16 lines
121 B
Lua

local x
local function g()
local a, b, c
return a, b, c
end
local function f()
print("hello")
end
g()
x = ...
f()