Library /sys$common/syshlp/basichelp.hlb END *Conan The Librarian (sorry for the slow response - running on an old VAX) |
The END statement marks the physical and logical end of a main program, a program module, or a block of statements. For information on the graphics END PICTURE statement, type "Graphics END_PICTURE" at the help facility prompt "Topic?". Example 3000 IF Answer$ = "" THEN PRINT 'Bye' GOTO 32767 ELSE GOTO 100 END IF 32767 END
Additional Information (explode) :
|