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

5 lines
46 B
Perl

terra foo(a : int)
return a + (a)
end
foo(3)