nil
A nil variable
ex:
init = function()
coins = nil
end
I just think nil makes more sense then ''.
A nil variable
ex:
init = function()
coins = nil
end
I just think nil makes more sense then ''.
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.