7 lines
199 B
Lua
7 lines
199 B
Lua
---@diagnostic disable: missing-return, lowercase-global
|
|
|
|
---@param x value
|
|
---@param base number
|
|
---@return number numValue
|
|
---Returns the numeric value of a string
|
|
function tonumber(x, base) end |