mirror of
https://github.com/KevinMidboe/linguist.git
synced 2025-10-29 17:50:22 +00:00
11 lines
106 B
Perl
11 lines
106 B
Perl
|
|
|
|
terra foo()
|
|
var a = 4
|
|
return [a]
|
|
end
|
|
|
|
foo:printpretty()
|
|
|
|
local test = require("test")
|
|
test.eq(foo(),4) |