| bang |
|
Performs the same function as anything. |
| int |
input-for-conversion [int] |
Performs the same function as anything. |
| float |
input-for-conversion [float] |
Performs the same function as anything. |
| list |
input-for-conversion [list] |
Performs the same function as anything. |
| anything |
input-for-conversion [list] |
The tosymbol object accepts any message, number, or list for an input, and sends a single symbol out its output. The symbol can have a maximum length of 2048 characters. |
| separator |
separator-character [symbol] |
The word separator specifies the separator character to be used when concatenating. The message separator with no arguments removes all spaces when creating a symbol (e.g., 1 2 3 4 becomes 1234). When used with slash or colon separators, the separator message can be used to construct pathnames (e.g., ./patches myjunk myfile becomes ./patches/myjunk/myfile). The default separator is a space. |