Type tester
[number/Type tester]
Tells whether the received value on data
is a number.
Example (not a number):
"some string"@0 is received via
data
false@0 is sent via
is number
Example (receives a number):
23.23@0 is received via
data
true@0 is sent via
is number
Keywords: number, tester
Input ports
data:
any
the value to be tested.
Output ports
is number:
boolean
Sends true if the data is a number, false otherwise.
Last updated