Difference between revisions of "Gambas/syntax/variables/classes"

from HTYP, the free directory anyone can edit if they can prove to me that they're not a spambot
< Gambas‎ | syntax‎ | variables
Jump to navigation Jump to search
(current documentation link)
(The Gambas Object Model)
Line 6: Line 6:
 
==Links==
 
==Links==
 
===Official===
 
===Official===
* [http://gambaswiki.org/wiki/cat/object Object & Class Management] (new)
+
* newer documentation:
 +
** [http://gambaswiki.org/wiki/doc/object-model The Gambas Object Model]
 +
** [http://gambaswiki.org/wiki/cat/object Object & Class Management]

Revision as of 02:00, 10 May 2015

Notes

Object variables seem to be essentially pointers, as in most object-oriented languages. In other words, if you set object A equal to object B (A = B), then change object B, the changes will be reflected in A as well.

Pages

Links

Official