#!/usr/bin/less

SmallBASIC cross-platform main document (SB reference)
_______________________________________________________________________________

v1 - ndc, 3 Mar 2002



In SB there is only one file. The ref.txt

The PalmOS resources and the HTML pages are created from that document.

1. PalmOS, help-files.

	Use ref2res.bas to create the PalmOS resources.

2. HTML help-files.

	Use ref2htm.bas to create the HTML help files.

_______________________________________________________________________________

3. REF.TXT structure
_______________________________________________________________________________

* Each chapter is described with this form:

>(chapter-symbol)>>> (section-title)

Example:
>a>>> Limits

* Chapter symbols

-       Nothing (ref2xxx.bas will ignore that section)         (garbage.shtml)
a       About the language, generic info and basic keywords 
        (like the operators, the symbols, etc)                 (x-intro.shtml)
b       Basic commands                                      (x-commands.shtml)
c       System commands                                       (x-system.shtml)
d       Graphics & sound commands                           (x-graphics.shtml)
e       Miscellaneous commands                         (x-miscellaneous.shtml)
f       File system commands                              (x-filesystem.shtml)
g       Mathematic commands                              (x-mathematics.shtml)
h       String commands                                      (x-strings.shtml)
i       Console commands                                     (x-console.shtml)

* All sections of the chapters will be joined to produce the final files

_______________________________________________________________________________

4. Misc.
_______________________________________________________________________________

* The files header.html and footer.html are used by ref2htm to add the
header & footer of all .shtml pages.


