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

6 lines
82 B
Perl

a = 4
local a = nil
terra foo() return [assert(not a)] end
assert(foo() == true)