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:
- Position the cursor where you want the command inserted.
- Double-click
;
in the Commands list.