operator ;(Text;Text...)Text

Joins text items together in order.

This operator can also be used in match expressions, usually to match and remove items from the beginning or end of a text item (see examples, below).

ExamplesClick an example to insert it
"a" ; "b" ; "c""abc"
@match "T-2000" @case "T-" ; y @then from text(y) @endmatch2000