[fpc-pascal]OT: Blast from the past

Robert Zierer rz1 at stud.mw.tu-muenchen.de
Fri Jun 22 11:35:34 CEST 2001


> (1) The following are simply outdated, if I recall correctly

> - lack of typecast (there is typecast)

IMHO pascal's

  a := TStateRec( AStateRec );

is better than a

  a = (b) * (c);

(In C/C++ that can really be a typecast!)

-- 
Robert Zierer




More information about the fpc-pascal mailing list