[ < ] [ > ]   [ << ] [ Up ] [ >> ]         [Top] [Contents] [Index] [ ? ]

2.1 Variables

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



This document was generated on October, 28 2005 using texi2html