Library /sys$common/syshlp/basichelp.hlb Commands, RUN *Conan The Librarian (sorry for the slow response - running on an old VAX) |
The RUN command executes a program in the BASIC environment. The RUN command also allows you to access user specified and system shareable image libraries for undefined symbols. RUN with no argument executes the program currently in memory. RUNNH executes a program but does not display the program header. The program can be: o A BASIC source program placed in memory with the OLD command or specified in the RUN command o An object module placed in memory with the LOAD command o A combination of the above Example RUN proga Format { RUNNH } { RUN } [ file-spec ]
|