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

7 lines
77 B
Perl

terra returnhuge()
return math.huge
end
assert(returnhuge() == math.huge)