| .RUN Statement QuickSCREENi |
|
  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 |