FutureBasic Logo

<<    Index    >> FutureBasic

Conventions   Manual



Conventions

In the syntax descriptions that appear in the remainder of this manual, the following conventions apply:
Example: Consider the following syntax description template:

bob [, {bill | ron [, rick]}]

This template matches each of the following:

bob
bob, bill
bob, ron
bob, ron, rick