Difference between revisions of "The BASIC Idea"
From CPCWiki - THE Amstrad CPC encyclopedia!
Cpcmaniaco (Talk | contribs) (→Information) |
Cpcmaniaco (Talk | contribs) |
||
Line 8: | Line 8: | ||
{|{{Prettytable|width: 700px; font-size: 2em;}} | {|{{Prettytable|width: 700px; font-size: 2em;}} | ||
− | |Title:|| The Amstrad BASIC Idea | + | |Title:|| '''The Amstrad BASIC Idea''' |
|- | |- | ||
|Authors:|| Richard Forsyth - Brian Morris | |Authors:|| Richard Forsyth - Brian Morris | ||
Line 25: | Line 25: | ||
<pre> | <pre> | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | Appendices | + | Preface. |
− | A ASCII codes | + | |
− | B Basic keywords | + | 01 - Getting started: General introduction. |
− | C CP/M commands | + | 02 - Basic Basic: Elementary programming. |
− | D Disc-file instructions | + | 03 - Loops and lists: Iterative processing. |
− | E Error messages | + | 04 - Subprograms: Modular programming. |
− | F Pre-defined functions | + | 05 - Character stings: Non-numeric computing. |
− | G Glossary of computing terms | + | 06 - Input/output: Communicating with the machine. |
− | H Hints on further reading(Select bibliography) | + | 07 - Files: Elementary data processing. |
+ | 08 - Advanced topics: The plot thickens. | ||
+ | 09 - Software design: Structured programming guidelines. | ||
+ | 10 - Case study: Basic in action. | ||
+ | |||
+ | Appendices: | ||
+ | |||
+ | A - ASCII codes. | ||
+ | B - Basic keywords. | ||
+ | C - CP/M commands. | ||
+ | D - Disc-file instructions. | ||
+ | E - Error messages. | ||
+ | F - Pre-defined functions. | ||
+ | G - Glossary of computing terms. | ||
+ | H - Hints on further reading (Select bibliography). | ||
+ | |||
+ | Answers to selected exercises. | ||
+ | |||
+ | Index of example programs. | ||
+ | |||
+ | General index. | ||
− | |||
− | |||
− | |||
</pre> | </pre> | ||
− | [[Category:Books]] | + | [[Category:Books]] [[Category:Book cover]] |
Revision as of 15:45, 30 June 2010
This book will help you to become a competent programmer in Amstrad BASIC.
Information
Title: | The Amstrad BASIC Idea |
Authors: | Richard Forsyth - Brian Morris |
Publiser: | Chapman and Hall / Methuen |
Year: | 1986 |
Pages: | 276 |
ISBN: | 0-412-28070-1 |
Contents
Preface. 01 - Getting started: General introduction. 02 - Basic Basic: Elementary programming. 03 - Loops and lists: Iterative processing. 04 - Subprograms: Modular programming. 05 - Character stings: Non-numeric computing. 06 - Input/output: Communicating with the machine. 07 - Files: Elementary data processing. 08 - Advanced topics: The plot thickens. 09 - Software design: Structured programming guidelines. 10 - Case study: Basic in action. Appendices: A - ASCII codes. B - Basic keywords. C - CP/M commands. D - Disc-file instructions. E - Error messages. F - Pre-defined functions. G - Glossary of computing terms. H - Hints on further reading (Select bibliography). Answers to selected exercises. Index of example programs. General index.