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

14 lines
155 B
Perl

function omgfunc()
return 4
end
local what = `[ {2,3} ]
terra foo()
return [{3,`[ {2,3} ]}]
end
local test = require("test")
test.meq({3,2,3},foo())