mirror of
https://github.com/KevinMidboe/linguist.git
synced 2025-10-29 09:40:21 +00:00
7 lines
99 B
Perl
7 lines
99 B
Perl
|
|
local dd = 8
|
|
terra nested3()
|
|
return [ `dd ]
|
|
end
|
|
local test = require("test")
|
|
test.eq(nested3(),8) |