Methods to check string expressions, cast to string if needed;
requires Check_Number06 as superclass
to defer to add. Return string node.
Methods
-
add(node)
-
[ 'add' a b ]for at least onestringcasts tostringand returnsnodeasconcat.string.Parameters:
Name Type Description nodeArray to check.
-
input(node)
-
[ 'input' prompt? default? ]returnsnode.string.Parameters:
Name Type Description nodeArray to check.
-
len(node)
-
[ 'len' b ]casts tostringand returnsnode.number.Parameters:
Name Type Description nodeArray to check.
-
string(node)
-
[ 'string' value ]expectsstringvalue, returnsnode.string.Parameters:
Name Type Description nodeArray to check.