On Wed, Jan 12, 2011 at 11:41, LacaK <[email protected]> wrote:
>
> 3. C style comments: /* ... */ (I have never understood why in Pascal was
> used (* ... *) )

Because they are much more clear and easy to understand (both for
compiler and for reader). C comments are very-very-very ugly. For
example, you can write things like: a = b/*c; which fails if c is
pointer to something.
_______________________________________________
fpc-devel maillist  -  [email protected]
http://lists.freepascal.org/mailman/listinfo/fpc-devel

Reply via email to