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