Denis,
you need to get up to speed on , since this is one of the
fundamental (and better) differences of pascal. You'll find the typing
system actually helps you a lot.
FYI, class is one of the possible types. Basically in Pascal, some
types are basic: integer, real, some types are structur
On Fri, 7 May 2010 06:10:30 +0200
cobines wrote:
PS : I also need the pointer's mediation when a func/proc expects a (typed)
element. Must rewrite the code to use an element pointer as parameter (and pass
a pointer from the list). This is more annoying since it obscures the
func/proc's signat