fork download
  1. a = (a or 0) + 1
  2. t = setmetatable(t or {}, {__gc = function() print(a) end})
  3. a = (a or 0) + 1
  4. t = setmetatable(t or {}, {__gc = function() print(a) end})
Success #stdin #stdout 0s 14120KB
stdin
Standard input is empty
stdout
2