Infinity
JavaScript's Infinity thing where it's greater than any other number.
JavaScript's Infinity thing where it's greater than any other number.
I think that exists. Try dividing any number with zero in the console. The result should be Infinity
.
Yes it kinda exists as @Abr00 stated, only missing thing for full support would be to allow the Infinity
keyword in microScript syntax:
local somevar = Infinity
I will add this to my (long) todo list!