1 02/21/84  basic
 2 
 3 Syntax:  basic path {-control_args}
 4 
 5 
 6 Function: compiles and runs BASIC programs.
 7 
 8 
 9 Arguments:
10 path
11    is the pathname of a BASIC source segment; the basic suffix need not
12    be given.
13 
14 
15 Control arguments:
16 -compile
17    compile the program and generate a standard object segment.
18 -time N
19    limit execution time to N seconds.
20 
21 
22 Notes: Refer to the Multics BASIC Manual (Order No. AM82) for more
23 information.