On Sun, 04 Oct 2015, Moviga Technologies wrote:
> Well, just following the logic from variables. If a and b are integers, 
> and b=2, and then one does a=b, and then Inc a, b is still 2 while a is 
> 3.
> 

In Gambas, objects are always references. You may find one or the other
additional insight from reading the object model document[0].

Regards,
Tobi

[0] http://gambaswiki.org/wiki/doc/object-model

-- 
"There's an old saying: Don't change anything... ever!" -- Mr. Monk

------------------------------------------------------------------------------
_______________________________________________
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user

Reply via email to