home *** CD-ROM | disk | FTP | other *** search
/ CBM Funet Archive / cbm-funet-archive-2003.iso / cbm / manuals / anthology / p002.jpg < prev    next >
Joint Photographic Experts Group Image  |  2002-07-08  |  138.3 KB  |  960x1306  |  8-bit (256 colors)
   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 ...