ocr: 2 Commands and Statements, cont'd Statement Command/ 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. RUNn Begins execution of program a line 'n'. SAVE SAVE "NAME" Saves current file or program NAME' ont tape unit. SAVE "NAME" d 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 10FORI-1TO10STEP2) Alters loop variable increment STOP STOP Stops program executi ...