Number
The type number (#number) represents real (double-precision floating-point) numbers.
Example
local x = 100
print(x, x + 100, x + 0.1)
The type number (#number) represents real (double-precision floating-point) numbers.
local x = 100
print(x, x + 100, x + 0.1)