Labels:text | screenshot | font | number | parallel | black and white OCR: 2 Commands and Statements, cont'd Command/ Statement Example Purpose RETURN 9990 RETURN Subroutine exit; transfers control to the statement following most recent gosub directing transfer to the subroutine. RUN RUN Begins execution of program at lowest line number. RUN n Begins execution of program a line 'n'. SAVE SAVE "NAME" SAVE "NAME", d Saves current file or program 'NAME' on tape unit Saves current program or file 'NAME' on device "d'. SAVE "NAME", d. c Saves file 'NAME' on device 'd'. 'c' specifies eof or eot. STEP 10 FOR I = 1 TO 10 STEP 2 Alters loop variable increment. STOP STOP Stops program execution. SYS SYS (x) Complete control is transferred to a machine language program at the decimal address contained in the argument. Brackets optional. USA USR (x) Transfers program control ...