AIPS NRAO AIPS HELP file for END in 31DEC24



As of Thu Mar 28 3:20:39 2024



HELP SECTION

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

EXPLAIN SECTION


AIPS