Number
From GMod Wiki
In Lua, the number type is, by default, a double precision floating point number.
Example
Description | Declare a number. |
---|---|
Used on | |
Code | my_num = 1234.2 //that wasn't so bad was it? |
Output | N/A |
In Lua, the number type is, by default, a double precision floating point number.
Description | Declare a number. |
---|---|
Used on | |
Code | my_num = 1234.2 //that wasn't so bad was it? |
Output | N/A |