[fpc-devel] Variables declaraction inside code
    Aleksa Todorovic 
    alexione at gmail.com
       
    Wed Jan 12 12:08:50 CET 2011
    
    
  
On Wed, Jan 12, 2011 at 11:41, LacaK <lacak at 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.
    
    
More information about the fpc-devel
mailing list