[Gambas-user] About help and arrays and variables

Benoît Minisini gambas at ...1...
Mon Nov 22 19:28:29 CET 2010


> >> 
> >> Of the three languages (C++, Pascal, Gambas), Gambas is the most
> >> high-level. It is fully OOP but lacks the "protected" access level
> >> (personally I hardly used it in C++ and don't miss it)
> >> The only things I really miss are function pointers ("procedural
> >> variables" in Pascal) and a proper heredoc syntax.
> > 
> > In Gambas 3, you have support for callbacks. That means you can send a
> > Gambas function to a extern C function, and the extern C function will
> > use it (almost) transparently!
> > 
> > As for "heredoc" syntax, I don't know what that word means.
> 
> http://www.manuelphp.com/php/language.types.string.syntax.heredoc.php
> 

OK. Very powerful to offuscate your code and make it unreadable. :-)

-- 
Benoît Minisini




More information about the User mailing list