| [ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
A variable is a Bunao symbol name that is a place holder for a
value. A value is some data (like a number or a string) that can
be assigned to a variable. The STD:Assign module is used to assign
values to variables. See section STD:Assign.
Variable names can be any string of letters or numbers, but must start with a letter.
Examples of variables:
A1 myindex i |