Files
linguist/samples/Terra/zeroargs.t
2016-01-28 11:22:27 +07:00

5 lines
46 B
Perl

local b = {}
terra foo()
return 1,b
end
foo()