mirror of
https://github.com/KevinMidboe/linguist.git
synced 2025-10-29 09:40:21 +00:00
10 lines
201 B
Perl
10 lines
201 B
Perl
terra foo(c : int, b : int)
|
|
terralib.debuginfo("../src/terralib.lua",300)
|
|
var a = b + c
|
|
terralib.debuginfo("../src/terralib.lua",301)
|
|
return a + a
|
|
end
|
|
|
|
foo(3,4)
|
|
|
|
--terralib.dumpmodule() |