Crystal syntax.
Usage
1+1; "abc"
1+1 and "abc" are two different formula expressions in a multiple expression formula. The semicolon between the expressions specifies where one expression ends and the next one begins. Without the semicolon, the two expressions would be treated as an individual expression.
Comments
This operator is used in only Crystal syntax to separate consecutive expressions.