Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Moved the new commands further down (more relevant)
Info
titleBBC BASIC PATCH ADDED

Additional commands (which were in the BBC BASIC PATCH) are now included in this version 3.10. They include:
*EDIT, MODE, CLG, DRAW, MOVE, PLOT and POINT; their syntax is compatible with other versions of BBC BASIC.

PipeDream can be used to carry out most of the operations you are likely to want to perform on text and numbers, such as entering and editing, searching, sorting and calculating. However, some problems would require you to carry out, a sequence of different operations and this might be cumbersome and time-consuming using PipeDream. For this sort of problem you can turn to the BBC BASIC programming language which is provided in your Cambridge Z88.

Programming languages are designed to allow you to instruct the computer to carry out a sequence of operations on text or numbers. BASIC is one such general-purpose programming language, and is the most widely used language on microcomputers. BASIC has a significant advantage over many other languages in that it is interactive: you can make changes to a sequence of instructions, and see the result immediately without having to perform any intervening operations. This means that programs can be developed relatively quickly.

...

The BBC BASIC as it is supplied with OZ V4.5, is an updated edition of the original V3.00 BBC BASIC, now integrated with the "Patch" that previously were a stand-alone program that needed to be CHAIN'ed in order to be integrated with the BBC BASIC interpreter. These commands are:

  • *EDIT, MODE, CLG, DRAW, MOVE, PLOT and POINT; their syntax is compatible with other versions of BBC BASIC.

Entering BBC BASIC

You enter BBC BASIC by selecting BASIC from the Index APPLICATIONS LIST, or by typing B from any application. The initial BASIC screen will then be displayed:

...