END Type: Verb Use: To establish the end of a block of code subject to a WHILE, THEN, ELSE, or FOR construction. See these constructions for specific examples of each. Examples: FOR I = 1 TO 3; PRINT I; END IF X = 3 THEN PRINT X; END