On Wed, Jan 12, 2011 at 11:41, LacaK <la...@zoznam.sk> 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  -  fpc-devel@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-devel

Reply via email to