3 lines
51 B
Lua
3 lines
51 B
Lua
if tonumber(a) ~= nil then
|
|
--it's a number
|
|
end;
|
if tonumber(a) ~= nil then
|
|
--it's a number
|
|
end;
|