+--","------+ +-,-Fifo--+
>>-string(-+-----------+--+---------+-)------------------------><
+-delimiter-+ +-,-order-+
Returns a string object that concatenates the string values of the collected item objects, using the delimiter string to delimit them, in the specified order. The default delimiter is a single comma.
If the delimiter string argument is omitted the comma character (","
) is used as the default delimiter string.
The following order can be used. (Only the capitalized letter is needed; all characters following it are ignored.)
- Fifo
First-in, first-out. This is the default
- Lifo
Last-in, first-out (stack-like)