Programmer Guide/General Descriptions/Instance Environment: Difference between revisions

From STX Wiki
Jump to navigationJump to search
(initial import)
 
m (1 revision: Initial import)
(No difference)

Revision as of 17:31, 18 November 2010

Instance Environment (first character = &)

Instance variables are preceded by the ampersand character &.

No special variables are defined for the instance environment. A programmer should take care about variables used in base classes and about the fact that instance variables can also be accessed and changed from outside the class/instance e.g. by using instancename.variablename in a READ command or an assignment statement.

Navigation menu

Personal tools