Wiki Talk Expression Chain
Last changed: FLWCOM-jwdavidson

.
Summary
Multiple WikiTalkExpressions can be strung together with the ';' operator.

When you string together multiple WikiTalkExpressions, the result of evaluating the sequence of is the the result of evaluating the last expression in the chain. For example:

 @@
         100;
         "hello"; 
         300
 @@

Evaluates to 300