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

2 lines
94 B
Perl

terra foo(a : float, b : float, c : float, d : float) return a * (b - c) end
foo:printpretty()