1 2 3 4 5 6 7 8
a = createObj() if a == nil then print("a is nil") end a = nil collectgarbage() print(1)