Procedure libraries
In version 2 and above, Superbase created the facility to
have multiple programs open in memory at once. This allowed
people to put a bunch of common routines into a single program
file, load them into memory, and then simply reference them
as needed. This common block of code was called a procedure
library.
Superbase version 2 and above even shipped with some sample
procedure libraries so that people could do common operations
that were not included in Superbase itself. These common libraries
are in the \SAMPLES subdirectory off of the main Superbase
program
The procedure library is currently the suggested method of
handling Superbase programs of any complexity.
|