Previous Up Next

5.3.12  Adding an object to a string: +

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


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

Examples.


Previous Up Next