Foo Library

Description of Foo Library.

Note:  This is an important note with EMPHASIS.

Features:

Usage Heading

Within a text string, highlight variables using <var></var> tags, and highlight code using the <dfn></dfn> tags.

Sub-heading

Put code examples within <pre><code></code></pre> tags:

rigLoaderLoadLibrary "Foo"

put "bar" into tArray["bat"]

Table Preferences

Use tables where appropriate for long lists of preferences.

Preference Default Value Options Description
foo Foo None Description of foo.
bar Bar bat, bag, or bak Description of bar.

Handler Reference

rigFooFunction(pParam1, pParam2, pParam3)

Description

Parameters

Example:

put FALSE into tFoo
# MY COMMENT
if rigFooFunction(tFoo) <> FALSE then
  # MY CODE HERE . . .

end if