Previous Up Next

6.3.12 Adding an object to a string: +

The ’+’ command can be used like cat (see Section ‍6.3.11), and the + operator is the infixed version. (See Section ‍6.16.1 for other uses of + and ’+’.)


Warning.
+ is infixed and ’+’ is prefixed.


Examples.


Previous Up Next