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

9 lines
69 B
Perl

assert(0xf == 15)
terra foo()
return 0xf
end
assert(foo() == 15)