Library /sys$common/syshlp/basichelp.hlb EXIT *Conan The Librarian (sorry for the slow response - running on an old VAX) |
The EXIT statement lets you exit unconditionally from a SUB or FUNCTION subprogram, a multi-line DEF, or a statement block. For information on the graphics EXIT PICTURE statement, type "Graphics EXIT_PICTURE" at the help facility prompt "Topic?". Example SUB SUBA INPUT 'More to do';Answer$ SUB IF Answer$ = 'NO' Loop_1: WHILE 1% = 1% INPUT 'Amount';Amount EXIT Loop_1 IF Amount = 0 NEXT END SUB
Additional Information (explode) :
|