End-of-Rule Operator (;)

This command is required at the end of each expression.

Indicates the end of an expression.

Example

<root> = <GivenName><FamilyName>;

<GivenName>= @Table("Given Names");

<FamilyName>= @Table("Family Names");

To use this command:

  1. Position the cursor where you want the command inserted.
  2. Double-click ; in the Commands list.