Explain what a scope terminator is.
A scope terminator is used to end a statement. It can be explicit or implicit. Explicit Scope Terminators include END followed by a hyphen and the verb that is terminated. E.g. END-IF. A period (.) that ends all the previous open statements is the Implicit Scope Terminator.
