[fpc-pascal] Documentation, syntax diagrams

Jürgen Hestermann juergen.hestermann at gmx.de
Wed Jan 8 22:10:59 CET 2014


Am 08.01.2014 21:01, schrieb Sven Barth:
 > No, an alias would be
 > === code begin ===
 > type
 >   Real = Double;
 > === code end ===
 > Using the "type" behind the "=" tells the compiler to declare a new 
type based on the right side.
 > So a "Double" and a "Real" are not assignment compatible and can have 
different sets of operator overloads.

Thanks for the answer.
I already suspected such a definition.

But why is it not part of the documentation?
If nobody takes care of the documentation anymore
then it should better be removed at all.
IMO the current documentation is very bad and outdated.
Not very inviting for potentially interested programmers.
Without a reliable documentation all programming is just guessing
and hoping and trial and error.




More information about the fpc-pascal mailing list