About Basic for Ms-Dos

Total Page:16

File Type:pdf, Size:1020Kb

About Basic for Ms-Dos TERNS A\C rO\D T O\S OF SA-! A+D .CEZSE OF TAhDV COMP-TER EO, PNEhT A40 SOF-;\AQF J.RCnASE3 F33V 7AC 0 SnACI( :3VPA\'-OhhED COVP-TER CEhTERS RETA j-?RE? A\? >A0 S SrAC< F9A\Cn SEES 'IR 2EA-E;IS AT TnE R A-TnOR ZEC -0CAT OhS LIMITED WARRANTY CUSTOMER OBLIGATIONS A CUSTOMER assumes full responsibility that this computer hardware purchased (the Equipment and any copies of software included with the Equipment or licensed se arately (the Software ) meets the specifications capacity capabilities versatility and other requirements of CUETOMER 6 CUSTOMER assumes full responsibility lor the condAon and effectiveness of the operating environment in whlch toe Equipment and Software are to function and lor its installation LIMITED WARRANTIES AND CONDITIONS OF SALE A For a period of ninety (901 calendar days lrom the date of the Radio Shack sales document received upon purchase of the Equipment RADIO SHACK warrants to the original CUSTOMER that the Equipment and the medium upon which the Software is stored is free from manufacturing defects This warranty is only applicable lo purchases of Tandy Equipment by the original customer from Radlo Shack company-owned computer cenlers retail stores, and Radlo Shack franchisees and dealers at their aulhorlzed locations The warrantv is 111. 6 9ADIO SPACK sha I not be liable for any damages caused by delay in delivering or furnishing Equipment and or Softviare C No actio1 ar sin out of any claimed breach of this Warranty or transactions under this Warranty may be brought rr'ore than two 92) years after the cause of action has accrued or more than four (4) years after the date of the Radio Shack sales document for the Equlpment or Software whichever first occurs D Sore states do not a1 ow the imitat on or exclusion of incidental or coiseouential damages so the above imitationis) or exclusionls) may lot apply to CUSTOMER IV. SOFTWARE LICENSE RADIO SHACK grants to CUSTOMER a non exclusive paid up license to use the TANDY Software on one computer subject to the following provisions A Except as otherwise provided in this Software License applicable copyright laws shall apply to the Software B Title to the medium on Nhich the Software is recorded (cassette and or diskette) or stored IROMi is transferred to CLSTOMER but not t'tle to the Software C CLSTOMER may use Software on a multiuser or network system only if eit'ler the Software is expressly labeled to be for use on a multiuser or network system or one copy of th s software is purchased for each node or terwiial on wh ch Software s to be used simultaneously D CUSTOMER shal, not use make manufacture or reproduce copies of Software except for use on one computer and as is specifically provided in this Software License Customer is expressly prohibited from disassembling the Software E CUSTOKER s perwitted to make additional copies of the Software only for backup or archival purposes or If additional copies are required in the operation of one computer with the Software but only to the extent the Software allows a backup copy to be made However for TRSDOS Software CUSTOMER is permitted to make a lim ted number of additionas copies for CUSTOMER S own use F CLSTOMER may resell or distribute unmodified copies of the Software provided CUSTOMER has purchased one copy of the Software for each one soid or distributed The provisions of this Software License shall also be applicable to third parties receving copies of the Software from CUSTOMER C All copyright notices s+al' be retained on all copies of the Software V. APPLICABILITY OF WARRANTY A T9e term and conditions of this Warranty are applicable as between RADIO SHACK and CLSTOMER to either a sale of the Equipment and or Software License to CUSTOMER or to a transaction whereby Radio Slack sells or conveys such Equipment to a third party lor lease to CUSTOMER 6 The imitations of liabil ty and Warraity provisions herein sha I nure to the benefit of RADIO SHACK the author owner and or licensor of the Software and any manufacturer of the Equipment sold by Radio Shack VI. STATE LAW RIGHTS The warranties granted herein give the original CUSTOMER specific legal rlghts and 1% original CUSTOMER may have other riglts which vary from state to state 8 85 GW '"-BASIC Software: Copyright 1983, 1984 Microsoft Corpora- tion. Licensed to Tandy Corporation. All Rights Reserved. MS"'-DOS Software: Copyright 1981, 1982, 1983 Microsoft Cor- poration. Licensed to Tandy Corporation. All Rights Reserved. Tandym 1000 BIOS Software: Copyright 1984 Tandy Corporation and Phoenix Compatibility Corporation. All Rights Reserved. BASIC Reference Manual: Copyright 1985 Tandy Corporation. All Rights Reserved. MS and GW are trademarks of Microsoft Corporation. Tandy is a registered trademark of Tandy Corporation. Reproduction or use without express written permission from Tandy Corporation, of any portion of this manual is prohibited. While reasonable efforts have been taken in the preparation of this manual to assure its accuracy, Tandy Corporation assumes no liability resulting from any errors in or omissions from this manual, or from the use of the information contained herein. 10 9 8 7 6 5 4 3 2 Contents Introduction to BASIC 7 About this Manual 7 Notations 7 Terms 8 Chapter 1 / About BASIC for MS-DOS 11 Disk Files 11 Pathnames 12 Directory Paths 12 Names 13 Wildcards 13 Device Names 14 Chapter 2 / Loading MS-DOS and BASIC 17 Loading MS-DOS 17 Making Backups 17 One Drive System 18 Two Drive System 18 LoadingBASIC 19 Loading BASIC via BASICA 19 Options for Loading BASIC 20 Redirection of Input and Output 23 Chapter 3 / Sample Session 27 Loading BASIC 27 Typing the Program 27 Saving the Program on Disk 28 Loading the Program into Memory 28 Chapter 4 / General Information 33 Editing 33 Sample Editing Session 34 SpecialKeys 36 The Key 38 The Key 39 3 Chapter 5 / Basic Concepts 43 Elements of a Program 43 Data 44 Constants 46 Variables 47 Declaring Numeric Constants and Variables 47 Numeric Constants 48 Numeric Variables 48 Numeric Precision Conversion 49 Manipulating Data 51 Arithmetic Operators 51 String Operator 52 Relational Operators 52 Logical Operators 54 Hierarchy of Operators 55 Functions 56 Chapter 6 / Arrays 59 Types of Arrays 62 Defining Arrays 63 Chapter 7 / Disk Files 67 Sequential Access Files 67 Creating a Sequential Access File 68 Updating a Sequential Access File 69 Direct Access Files 70 Creating a Direct Access File 71 Accessing a Direct Access File 73 Chapter 8 / Displaying Color and Graphics 77 Resolution 77 78 VideoPages 79 Selecting Screen Modes 80 Specifying Coordinates 82 Chapter 9 / Introduction to BASIC Keywords 85 Format for Chapter 10 85 Terms Used in Chapter 10 86 Statements 87 Functions 92 Chapter 10 / BASIC Keywords 97 4 Chapter 11 / Technical Information 351 Interfacing With Assembly-Language Routines 351 Memory Allocation Outside BASIC’s Work Area 351 Memory Allocation Inside BASIC’s Work Area 351 CALL Statement 353 CALLS Statement 355 USR Function 355 How Variables are Stored 357 Accessing String Variables 358 File Control Block 358 User Installed Devices 361 Information for Creating Child Processes 361 Chapter 12 / BASIC Error Codes and Messages 365 Appendix A / BASIC Reserved Words and Derived Functions 375 Appendix B / Keyboard and Character Code Charts 379 Keyboard ASCII/Scan Codes 379 ASCII Character Codes 383 Appendix C I Video Display Worksheet 389 Appendix D / Extended Codes 391 Index 393 5 INTRODUCTION TO BASIC About This Manual This manual describes BASIC for MS-DOS. It is a reference manual, not a tutorial. We assume you already know BASIC and are using this manual to locate information quickly. If you do not know BASIC, see your Radio Shack dealer for the following book: Learning BASZC for the Tandy 200011 000 by David Lien, Cat. No. 25-1500 Your local bookstore has many books about BASIC available that are written in tutorial fashion. Notations The following notations are used throughout this manual: CAPITALS Material that you must enter exactly as it appears. italics Words, letters, characters, or values within command lines you must supply from a set of acceptable entries. Elsewhere, italics are used for emphasis. (ellipsis) Items preceding the ellipsis may be repeated. [I Items enclosed in brackets are optional. &Hnnnn nnnn is a hexadecimal number. &Onnnnn nnnnn is an octal number. [keynameJ A key on your keyboard. 16 A blank character (ASCII code 32). For exam- ple, in BASICMMPROG two spaces are between BASIC and PROG. 7 Introduction to BASIC Terms The following terms are used in this manual: buffer An area in memory that BASIC uses to create and access a disk file. A buffer is represented by a number in the range 1 to 15. Once you use a buffer to create a file, you cannot use it to create or access any other files; you must first close the file. You may only access an open file with the buffer used to open it. parameters Information you supply to specify how a com- mand is to operate. arguments Expressions you supply for a function to evaluate. syntax A command with its parameterb), or a func- tion with its argument(s). This shows the for- mat to use for entering a keyword in a program line. 8 Chapter 1 ABOUT BASIC FOR MS-DOS BASIC for MS”’-DOS is an interpreter. This means that, when you run a program, BASIC looks at one statement at a time and executes it before going to the next statement. BASIC also lets you take advantage of many MS-DOS features, such as: 0 Multilevel directories Faster running programs 0 Expanded graphics capabilities Disk Files BASIC uses the MS-DOS multilevel directory structure on disk.
Recommended publications
  • Basic: the Language That Started a Revolution
    TUTORIAL BASIC BASIC: THE LANGUAGE THAT TUTORIAL STARTED A REVOLUTION Explore the language that powered the rise of the microcomputer – JULIET KEMP including the BBC Micro, the Sinclair ZX80, the Commodore 64 et al. ike many of my generation, BASIC was the first John Kemeny, who spent time working on the WHY DO THIS? computer language I ever wrote. In my case, it Manhattan Project during WWII, and was inspired by • Learn the Python of was on a Sharp MZ-700 (integral tape drive, John von Neumann (as seen in Linux Voice 004), was its day L very snazzy) hooked up to my grandma’s old black chair of the Dartmouth Mathematics Department • Gain common ground with children of the 80s and white telly. For other people it was on a BBC from 1955 to 1967 (he was later president of the • Realise how easy we’ve Micro, or a Spectrum, or a Commodore. BASIC, college). One of his chief interests was in pioneering got it nowadays explicitly designed to make computers more computer use for ‘ordinary people’ – not just accessible to general users, has been around since mathematicians and physicists. He argued that all 1964, but it was the microcomputer boom of the late liberal arts students should have access to computing 1970s and early 1980s that made it so hugely popular. facilities, allowing them to understand at least a little And in various dialects and BASIC-influenced about how a computer operated and what it would do; languages (such as Visual Basic), it’s still around and not computer specialists, but generalists with active today.
    [Show full text]
  • John G. Kemeny Thomas E. Kurtz Bronze EDITION GUIDE for Windows and Macos BRONZE Edition Reference Manual
    The Original from the Inventors of BASIC John G. Kemeny Thomas E. Kurtz bronze EDITION GUIDE for Windows and MacOS BRONZE Edition Reference Manual bronze Edition Guide for the True BASIC Language System Copyright © 2002 by True BASIC Incorporated ISBN: 0-939553-39-2 All rights reserved. No part of this manual may be reproduced by any means, electronic, mechanical, or photocopying, without the prior written permission of True BASIC, Inc. Address any request for reprinting portions of any material contained in this documentation, listing the purpose of the reprint or citation, and the expected edition size of the publication to True BASIC as the address listed below. Trademarks and their owners: True BASIC: True BASIC, Inc.; IBM: International Business Machines; Apple Macintosh, MacOS: Apple Computer; MS-DOS, Windows, Windows95, Windows98: Microsoft. Published by: True BASIC, Inc. 1523 Maple Street Hartford, VT 05047-0501 USA MANUAL NUMBER: 7222/M 1-800 436-2111 US & Canada Sales Department 1-802 296-2711 International Orders 1-802 296-2715 Fax (24-hour availability) [email protected] Customer Support http://www.truebasic.com Website. Printed in the United States of America. 01/2002 3 Contents 1. An Introduction to Programming .................................................................. 9 2. Why True BASIC? .............................................................................................. 11 3. Installing True BASIC and Running Demo Programs .............................. 13 Installing the BRONZE Edition on Windows
    [Show full text]
  • Tandy's Little Wonder the Color Computer 1979-1991
    Tandy's Little Wonder The Color Computer 1979-1991 A complete history and reference guide to the CoCo and all related hardware, software, and support sources. by F.G. Swygert SECOND EDITION - UPDATED FEB 2006 Tandy's Little Wonder page 1 INSIDE FRONT COVER If printing to bind, print only page 1 (front cover) on card stock or heavy colored paper. page 2 Tandy's Little Wonder Tandy's Little Wonder the Color Computer: 1980-1991 (and still going strong into the next century!) Second Edition written & edited by F.G. Swygert The Original Tandy Color Computer First Edition Copyright 1993, Second Edition Copyright 2006 by F.G. Swygert. All rights reserved. Published by FARNA Systems 147 Tom Moore Road, Leesville, SC 29070 e-mail: [email protected] Tandy's Little Wonder page 3 Tandy's Little Wonder the Color Computer SPECIAL ACKNOWLEDGEMENTS: The following individuals have made contributions directly or indirectly to the content of this book : Frances Calcraft Lee Duell Thomas Fann Art Flexser Marty Goodman Frank Hogg Alan Huffman Don Hutchison Carmen Izzi Jr. M. David Johnson Bob Kemper Mark Marlette (Cloud-9) Nicholas Marentes Dave Myers Bob Montowski Alfredo Santos Kelly Thompson Jordan Tsvetkoff Rick Ulland Brian Wright Glenside Color Computer Club Mid-Iowa & Country CoCo Club Banner for the 15th "Last" CoCoFest annually hosted by Glenside Color Computer Club -- true stalwarts of the CoCo Community! This edition is dedicated to all those who continue to collect, use, and enjoy the Tandy Color Computer. All brand/trade names copyright their respective owners. No part of this publication may be reproduced or quoted without written permission from the publisher.
    [Show full text]
  • Statements and Functions
    Statements and Functions The following statments and functions are found in ALL versions of the True BASIC Programming Language: ORDINARY STATEMENTS AND STRUCTURES: PROGRAM END LET DO Loop Structure EXIT DO LOOP FOR Loop Structure EXIT FOR NEXT SELECT CASE Structure CASE IF IF Structure ELSEIF ELSE END IF END SELECT CASE ELSE OTHER STATEMENTS: ASK FREE MEMORY DIM PAUSE RANDOMIZE REM STOP FOR LINE-NUMBERED PROGRAMS: GOSUB ON GOSUB GOTO ON GOTO RETURN TO SET VARIOUS OPTIONS: OPTION ANGLE OPTION NOLET OPTION ARITHMETIC OPTION TYPO OPTION BASE OPTION USING OPTION COLLATE True BASIC Functions and Statements — 1 INPUT AND OUTPUT STATEMENTS: DATA INPUT LINE INPUT MAT INPUT MAT LINE INPUT MAT PRINT MAT READ PRINT READ RESTORE ASK MARGIN SET MARGIN ASK ZONEWIDTH SET ZONEWIDTH FILE STATEMENTS: CLOSE #n ERASE #n INPUT #n: LINE INPUT #n: OPEN #n: RESET #n: PRINT #n: FUNCTIONS AND SUBROUTINES: CALL DECLARE DEF (FUNCTION) DEF DEF Structure EXIT DEF END DEF EXTERNAL LIBRARY LOCAL SUB Structure EXIT SUB END SUB FUNCTION FUNCTION Structure EXIT FUNCTION END FUNCTION DECLARE NUMERIC DECLARE STRING DECLARE SUB CHAIN GRAPHICS AND SOUND STATEMENTS: BOX AREA BOX CIRCLE BOX CLEAR BOX DISK BOX ELLIPSE BOX KEEP BOX LINES True BASIC Functions and Statements — 2 BOX SHOW CLEAR DRAW SOUND FLOOD PICTURE Structure EXIT PICTURE END PICTURE PLAY PLOT PLOT AREA PLOT LINES PLOT POINTS PLOT TEXT SET WINDOW SET TEXT JUSTIFY ASK BACK ASK COLOR ASK COLOR MIX ASK CURSOR ASK DIRECTORY ASK MAX COLOR ASK MAX CURSOR ASK MODE ASK NAME ASK PIXELS ASK SCREEN ASK TEXT JUSTIFY ASK
    [Show full text]
  • Commodore - 64 „ Word Processors AJIR
    $2.50 NO. 64 SEPTEMBER 1983 International Edition $3.00 /Acim a g in g . Computer Knowledge x Design your own !\ V educational software Elementary students use Logo Establish an effective computer curriculum in your school system Turtle Graphics for the VIC-20 and C64 More Than in the Valley I Look a\ a Personal Computer See page 28 See page 60 See page 37 Atari Painting Program Wraps Up A Product Catalog for the Atari and Apple Text Compression and Encryption Will Remember (If you . ■* . ,r *■> . *•,*- fCS&p Imagine a system that would record all MAGIC MEMORY4 is built for th&axr^V; the wonderous, valuable information puter rookie Everyone can relate to -/ you have assimilated onto a single tiny MAGIC MEMORY* becauseitsfofrft is^ r disk. (No more scattered bits of paper, familiar. It looks like an address book ''1 business cards, etc.) Imagine the same but its not. Its more. Like the address system giving you a typed sheet you book MAGIC MEMORY" presents an could put into a notebook or print out A thru Z index tabulation on the right for a party and instantly change, or add edge of the video display The user to, at a moments notice. Imagine cross- simply selects a tab and the book is referencing to suit both your business opened to the proper page(s). A second needs and personal desires so that all set of tabs are available that can be your data was organized into one little labeled by the user (i e companies one black book! On top of all this — imagine deals with, birthdays, lists, wines, having fun putting it together.
    [Show full text]
  • Atari 130XE Machine Language for the Absolute Beginner Kindle
    ATARI 130XE MACHINE LANGUAGE FOR THE ABSOLUTE BEGINNER PDF, EPUB, EBOOK Kevin Bergin | 164 pages | 03 Sep 2020 | ACORN BOOKS | 9781789824322 | English | none Atari 130XE Machine Language for the Absolute Beginner PDF Book M; Ewbank, Kay. OK, as promised, these are the companion programs for the book "Atari xe Machine Language for the Absolute Beginner". Master Memory Map for the Atari Topics: graphics, poke, location, screen, mode, byte, locations, bytes, memory, color, graphics mode, Inside Atari Basic. Then, if you really wish to explore the world of python, learn and master its language, please click the? For example, you could collect procedures to do matrix algebra or create various graphics objects. Condition: Fair. Think of the virtual assistants of smartphones, product recommendations for customers in online shops, the prevention of credit card fraud, spam filters in e-mail programs, the detection and diagnosis of disease symptoms. We all know that Norton's book is very convenient to reed. An Atari 8-bit Extra from A. There is no embarrassment, lots of stuff is being dug up and typed in, fixed and placed into preservation. Topics: Atari, Atari , Atari xl, Mac65, programming, assembly language, receipt. Analysis of popular Python projects templates-? Games For Your Atari. Includes index Topics: poke, atari, display, memory, graphics, color, language, program, assembly language, data, atari What does this price mean? A nice book on programming the Atari computer Topics: atari computer programming retro, Atari Computer , Atari Computer. Posted January 4, You should have seen what it did to the number 0, but that was so obvious it was fixed on the spot.
    [Show full text]
  • College Catalog 2019-2020
    COLLEGE CATALOG 2019-2020 1 This page is intentionally left blank 2 Message from the Chancellor ..................................................................................................................................................................................................5 Student Information .....................................................................................................................................................................................................................7 Academic Calendar ......................................................................................................................................................................................................................8 Campuses/Attendance Sites ...................................................................................................................................................................................................9 College Information ....................................................................................................................................................................................................................21 Clinton Community College ........................................................................................................................................................................................22 Muscatine Community College ..................................................................................................................................................................................24
    [Show full text]
  • Tbas MANUAL V. 1.0.Beta
    tbas MANUAL v. 1.0.beta by Antonio Maschio with the great great help of Tom Lake, Bruce Axtens and Ian Jones and some suggestions by Marcus Cruz ABSTRACT Welcome to the world of tbas! tbas is a powerful con- sole BASIC interpreter, with many statements and many func- tions, and with the most advanced features for console pro- gramming. This manual is not a BASIC primer; I assume you have the most common knowledge about programming; it’s more like a reference manual that helps in using correctly the various statements, functions and their options. Read also the tbas man page for other more general info and the installing instructions. Readers are encouraged to report all errors and inconsisten- cies (and all mistakes in the English sentences) found to ing dot antonio dot maschio at gmail dot com The tbas international team wants to thank you. 14 September 2019 -2- 1. Introduction tbas is a BASIC language interpreter (with an optional built-in interac- tive session) that reads textual files written in the BASIC language; files may be in any format - UNIX, DOS, Mac. Statements may be written in lower or upper or mixed case letters, since tbas is case insensitive. Line numbers are not necessary, and are required only either as labels for the GOTO/GOSUB jumps, or in the interactive session (option -i) or in case you have to run successively your program in a different num- bered-lines BASIC interpreter or compiler. It is completed with the famous MAT statements and a large math functions and operators set.
    [Show full text]
  • Color Basic Unravelled Ii Foreword Origin: Spectral Assoc Revised:12/26/99 Walter K Zydhek
    TABLE OF CONTENTS 1 FOREWORD……………………………………………………………………………………………………1 2 INTRODUCTION…………………………………………………………………………………………3 3 COLOR BASIC - AN INTERPRETER………………………………………………4 4 INTERPRETER MECHANICS…………………………………………………………………6 5 VARIABLES…………………………………………………………………………………………………10 6 CONSOLE INPUT/OUTPUT……………………………………………………………………13 APPENDICES A MEMORY MAP B DISASSEMBLY OF COLOR BASIC C BASIC ROUTINES AND ENTRY POINTS D FLOATING POINT ROUTINES E BASIC’S DATA/ASCII TABLES F MEMORY MAP DESCRIPTION G INTERRUPTS H OPERATOR PRECEDENCE I BASIC 1.0 DIFFERENCES J BASIC 1.1 DIFFERENCES K ASCII CHART COLOR BASIC UNRAVELLED II FOREWORD ORIGIN: SPECTRAL ASSOC REVISED:12/26/99 WALTER K ZYDHEK FOREWORD Due to the many requests for the Unravelled Series produced by Spectral Associates, and the fact that these books are rare and no longer in production, I have taken it upon myself to reproduce them in electronic .PDF (Adobe Acrobatâ) format. I have re-disassembled the ROMs listed in this book, and added all the comments from the Original Extended Basic Unravelled Book. Some changes were made to make the book a little easier to read. 1. The comments have been cleaned up some. In cases where a comments continued onto the next line, a * is placed in the Labels column, as well as a * at the beginning of each line of the comment. In cases where the previous comment used this format, a = was used. This was done in the original, but not all comments stuck to this format. 2. I have renumbered all the line numbers. Each Appendix (with code) starts at Line 0001. 3. Some spell checking, and context checking was done to verify accuracy. 4. I used the Letter Gothic MT Bold Font.
    [Show full text]
  • College Catalog 2018-2019
    College Catalog 2018-2019 1 This page is intentionally left blank 2 Message from the Chancellor ..................................................................................................................................................................................................5 Student Information .....................................................................................................................................................................................................................7 Academic Calendar ......................................................................................................................................................................................................................8 Campuses/Attendance Sites ...................................................................................................................................................................................................9 College Information ....................................................................................................................................................................................................................21 Clinton Community College ........................................................................................................................................................................................22 Muscatine Community College ..................................................................................................................................................................................24
    [Show full text]
  • The Manual for True Basic Free Is Here
    Introduction Your True BASIC Free is identical to our powerful full-featured Language System and will run programs of any size. It only has two major limitations: • New or modified programs are limited to 250 lines. • The utilities used to create free-standing, double-click applications are not included. Otherwise, your True BASIC Free is identical to our other Lan- guage System versions. You are able to run programs of any size, use libraries and modules, and invoke DO programs. All the True BASIC statements and functions are included for your use. The current True BASIC Language System series consists of: True BASIC Free - MacOS and DOS versions with line limit True BASIC Student - MacOS and DOS with no line limits True BASIC Standard - MacOS & DOS with developer tools True BASIC BRONZE - MacOS, OS/2 and Windows versions True BASIC SILVER - MacOS, OS/2 and Windows versions The www.truebasic.com website lists features, specifications, and prices of each of these editions. First release - January 1999. © True BASIC Inc. All rights reserved. 1 Many of the concepts and operations described in this guide will be new to you. To make it easier for you to understand, we use the following style conventions to make clear the many new concepts you will encounter: Important new terms: words in bold type Variable names: words in italic True BASIC keywords: ALL CAPS Program listings: Code font Items to be typed by user: Code font Important concepts: x Bold type within lines Menus & menu commands: MENU font Names of programs: ALL CAPS Names of built-in functions: ALL CAPS This guide frequently refers to the True BASIC Bible.
    [Show full text]
  • G a M E S F E a T U
    Games Feature 74470 16901 O IMAkES P/XpERWORk PANdEIVIONiuiVI VANish MAGIC WINDOW II turns your APPLE in­ And as an extra assurance that your system. MAGIC MAILER lets you insert to a sophisticated word processor. But document is perfect before printing and each name and address (or whatever is in because MAGIC WINDOW II operates so mailing, you can use MAGIC WORDS. your records) into your document quickly much like a standard typewriter, it’s ex­ With incredible speed, MAGIC WORDS and efficiently. tremely simple to use. In fact, because of proofreads your document for spelling er­ With MAGIC MAILER, you never have to its unique menu structure, it’s the easiest rors and typos, shows you each one in con­ retype a document or an internal address. to learn, and function selection is virtually text on the screen, and allows you to cor­ With just a few keystrokes, each letter error free. rect or ignore each in sequence. Unlike any becomes an original, and the final phase other spelling checker, it will then auto­ MAGIC WINDOW Il’s powerful word pro­ of the paperwork process is complete — matically create a corrected file as you go cessing features include automatic format­ efficiently and to perfection. so you never need to return to MAGIC WIN­ ting, editing, centering, and justification — Let's face it: The letters, invoices, and DOW II to update it yourself manually. Or. and these are all done easily “on the video other documents you send out represent screen” before you ever print. Just type if you're busy.
    [Show full text]