Compound Statements

Yorick statements end with a ; or end-of-line if the resulting statement would make sense.

Several Yorick statements can be combined into a single compound statement by enclosing them in curly braces:  {  statement1  statement2  ...  } The bodies of most loops and if statements are compound.