home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 2 / AACD 2.iso / AACD / Programming / fpc / doc / ref / img152.gif < prev    next >
Graphics Interchange Format  |  1998-09-25  |  3.2 KB  |  522x355  |  1-bit (2 colors)
   ocr: Funclype l Function: Integer; Var A - : Integer; Functian AddOne : Integer; begin A:= A+1; AddOne := A; end; Var F: : Funclype; N: : Integer; begin A:= 0; F:= AddOne; I Assign AddOne to F, Don't call AddOne) N:= AddOne; I - - N:= 111 end.