home *** CD-ROM | disk | FTP | other *** search
/ CBM Funet Archive / cbm-funet-archive-2003.iso / cbm / manuals / anthology / p001.jpg < prev    next >
Joint Photographic Experts Group Image  |  2002-07-08  |  156.3 KB  |  960x1306  |  8-bit (256 colors)
   ocr: BASIC - Beginners All-Purpose Symbolic Instruction Code Commands and Statements Command/ Statement Example Purpose CLOSE 10CLOSEN Closes logicalt file 'n': CLR CLR Sets variables to: zero or null. CMD CMDD Keep ieee device 'D' open to monitor bus. CONT CONT Continue program execution after a stop command. No program changes are permitted, DATA 10 DATA 1,2,3.4 Specifies data to be read left to right. 201 DATA TOM, SUE Alphabetics do not need to be enclosed in quotes. 301 DATA "DOE, TOM" ifs strings contain spaces. commas, colons, or graphic characters, the string must be enclosedi in quotes. DE ...