Important Notice
The pages on this site contain documentation for very old MS-DOS software,
purely for historical purposes.
If you're looking for up-to-date documentation, particularly for programming,
you should not rely on the information found here, as it will be woefully
out of date.
RUN Statement QuickSCREEN
◄QuickSCREEN► ◄Details► ◄Example► ◄Contents► ◄Index►
──────────────────────────────────────────────────────────────────────────────
RUN - a control flow statement that restarts the program currently in
memory, or executes a specified program
Syntax
RUN [{linenumber | filespec}]
■ If the argument is omitted, execution begins at the first executable
statement in the main module of the currently loaded program
■ linenumber explicitly identifies a line where execution of the main
module begins
■ filespec, a string expression, specifies a file to load into memory
and run
See Also ◄CHAIN►