int |
input [int]
|
If the numbers match the arguments, in the proper order, they are sent out as a list. |
float |
input [float]
|
If the numbers match the arguments, in the proper order, they are sent out as a list. |
list |
input [list]
|
If the input-list matches the arguments, in the proper order, they are sent out as a list. |
anything |
input [list]
|
Performs the same as list. |
clear |
|
Causes match to forget all numbers it has received up to that time. |
set |
numbers-to-match [list]
|
The word set, followed by a list of numbers, specifies a new series of numbers match will look for. |