Microworld BASIC reference

This chapter provides a quick reference summary of all the commands and functions that are available to the user. The idea here is that the chapter does NOT provide a detailed explanation of any of the commands, since this has been provided in the Tutorial section that forms the bulk of this manual. If you find any problems in understanding what a particular command does, refer to the relevant tutorial section.

The following summary of commands is organised in strictly alphabetical order.

Abbreviations that will be used extensively throughout these sections are:

char
ASCII character
int-var
INTEGER variable.
real-var
REAL variable.
var
general variable
line-no
line number
int
integer constant
Bool-exp
Boolean Expression
str-exp
STRING expression (Can be constant or variable)
int-exp
INTEGER expression (Can be constant or variable)
real-exp
REAL expression (Can be constant or variable)
exp
general expression
[]
space
{}
optional specification
<CR>
Carriage RETURN
<^Q>,<^W>,...
CTRL key and the appropriate letter

Information sourced from Microbee BASIC With Advanced Programming & Reference Manual, written by Martin Derkenne and Bruce McKinnon, ISBN 0949309524, first published 1986.