CHAPTER ONE: INTRODUCTION

©1982, John E. Miller

This means you can read it but not save soft copies or publish in any form or re-distribute without my permission. Thanks, John


The History section traces the development of programming and operating systems.

The BASIC Commands section introduces a working set of BASIC commands: NEW, DEL, LIST, RUN, SAVE, OLD, RENAME, and BYE.

The BASIC Statements section introduces eight simplified BASIC statements: INPUT, LET, PRINT, GOTO, IF, FOR, NEXT, and END. This will be sufficient to write programs in Chapters Two, Three, and Four. The eight statements are then covered in detail in Chapters Five and Six.

The BASIC Syntax section shows how what was described by specific examples in the BASIC command and statement sections can be summarized graphically. These type of diagrams are then used throughout the book to describe the form of BASIC expressions and statements.