131
TIDE and Tibbo BASIC User Manual
©2000-2008 Tibbo Technology Inc.
Language Element Icons
Throughout TIDE, many icons are used for various Tibbo Basic constructs. Below is
a complete listing:
Constants (see
)
Enumeration Types (see
)
)
Objects (see
)
Properties (see
)
Methods (see
)
Event Handlers (Implemented in current project -- see
). Grayed if no event handler exists for an event.
). Grayed if a procedure is
not implemented (i.e. doesn't have a body).
Variables (see
Introduction to Variables, Constants and Scopes
).
Grayed if the variable is not defined.
Glossary of Terms
Below are several key definitions for terms used throughout the text.
Compilation Unit
A single file containing source code, to be processed by the
. Projects
may contain many compilation units. Under Tibbo Basic, BASIC source files (.tbs)
and HTML files (.html) are compilation units.
Compiler
For Tibbo Basic, a software program which takes compilation units and converts
each of them, individually, to executable
. The Tibbo Basic compiler is a
single-pass compiler, which means it goes over each compilation unit from
beginning to end, and does it just one time.
60
55
189
212
212
212
212
62
43
131
132