| Libraries |
Libraries make it possible to extend the command set of Omikron Basic in any
way the user desires. Libraries can be loaded and merged subsequently from the editor
and require only a single line in the program. Generally, a library consists of a
collection of procedures and functions, which were programmed for a specific task.
Because the libraries are already coded in Omikron Basic token code, they do not
have to be linked at compilation time in a time consuming process. So, even if you
have merged several libraries, the compilation will nevertheless take only a few
seconds.
The following four libraries are available: |