nil
A nil or null variable
ex:
init = function()
coins = nil
end
I just think nil makes more sense then '' or 0.
A nil or null variable
ex:
init = function()
coins = nil
end
I just think nil makes more sense then '' or 0.
0 is currently used to express no value, but I think it would be useful to have a nil, null, none, or undefined type. You could also try using a JavaScript Symbol.