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