5 lines
66 B
Text
5 lines
66 B
Text
|
|
var %value = 3
|
||
|
|
if (%value isnum) {
|
||
|
|
echo -s %value is numeric.
|
||
|
|
}
|