SmallBASIC GuideThe language | Programming Tips | Commands | System | Graphics & Sound | Miscellaneous | File system | Mathematics | 2D Algebra | Strings | Console | Glossary |
Meta-commands

Used by Unix to make source runs as a script executable Used internally to store the section name. Sections names are used at limited OSes like PalmOS for multiple 32kB source code sections. With a few words DO NOT USE IT! Used to include a SmallBASIC source file into the current BASIC code Used to setup additional directories for searching for unit-files This meta does nothing more than to setting up the environment variable SB_UNIT_PATH. Directories on Unix must separated by ':', and on DOS/Windows by ';' Examples
...
#inc:"mylib.bas"
...
MyLibProc "Hi"


[Prev] [Next]