Compiles, prepares, and executes a compatibility mode BASIC/V
program. BASIC/V is not part of the HP 3000 Series 900 Computer
System Fundamental Operating Software and must be purchased separately.
Syntax |
 |
BASICGO[ commandfile] [ ,listfile] |
Operation Notes |
 |
This command compiles, prepares, and executes a compatibility
mode program from a "fastsave" file created by the BASIC/V interpreter.
This enables the program to run faster than it would if it were
executed by the interpreter.
To save the program after it is written, use the BASIC/V interpreter
command SAVE filename,FAST.
The program then can be compiled, prepared, and executed with the
BASICGO command.
You must specify the FAST
option to compile the program.
Use |
 |
This command may be issued from a session, job, or program.
It may not be used in BREAK. Pressing Break
suspends the execution of this command. Entering the RESUME
command continues the execution.
Example |
 |
To compile, prepare, and execute the BASIC/V program MYPROG,
enter:
BASICGO $CONTROL USLINIT $COMPILE MYPROG $EXIT
|
The above example begins execution of the BASIC/V compiler,
initializes the USL, compiles the program MYPROG,
and then exits from the compiler.
Related Information |
 |
- Commands
BASIC,
BASICOMP, BASICPREP
- Manuals
BASIC/V Compiler Reference Manual
MPE Segmenter Reference Manual