home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 2 / AACD 2.iso / AACD / Programming / fpc / doc / ref / img255.gif < prev    next >
Graphics Interchange Format  |  1998-09-25  |  3.4 KB  |  570x278  |  1-bit (2 colors)
   ocr: Var X: Real; (xi is real varia ble I Pracedure NewDeclaration Var X : Integer; I Redeclare X as integer) begin 1X:= 1.234; v would give an error when trying to compile) X:= 10; I Correct assigment] end; L From here on, X is Real again) begin X:= 2.468; end.