fr de es it nl pl pt pt_BR mk sq ca ar fa vi ja ru zh zh_TW eo
Home > def > variable
 
Previous  Next  Edit  Rename  Undo  Refresh  Search  Administration   
Documentation
History
 
variable
A variable is a symbol associated with an object or a method than can be either read or written.

Each variable has a datatype.

A variable can be public, private or local.

Only classes written in Gambas can declare public variables.

A variable is faster to access than a property, but you have no control on it.

See also

Variable Declaration  Local Variable Declaration  Gambas Object Model