Re: [fpc-devel] Variables declaraction inside code

2011-01-13 Thread Sven Barth

On 13.01.2011 02:20, Hans-Peter Diettrich wrote:

LacaK schrieb:


3. C style comments: /* ... */ (I have never understood why in Pascal
was used (* ... *) )


Pascal has several digraphs:
(* = {
*) = }
(. = [
.) = ]


I must say, that I have not yet known about the alternatives for the 
squared brackets. O.o


One never stops learning...

(and they are even documented :D )

Regards,
Sven
___
fpc-devel maillist  -  fpc-devel@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-devel


Re: [fpc-devel] Variables declaraction inside code

2011-01-12 Thread Paul Ishenin

12.01.2011 14:15, kingbiz...@gmail.com wrote:

Something that I always thought very nice on other languages is the
possible of adding variables inside the codes, I'm very happy using the
FPC but came on my mind, FPC is always getting better and better (I
first saw it like 2 years ago and I am impressed with its progress),
would it on the future be possible? Declaring variables after the begin?

/*Just random thoughts*/


This was discussed few times here. Later ppl tired from the endless 
discussions and summarised their ideas on this page:

http://wiki.lazarus.freepascal.org/Modernised_Pascal


Best regards,
Paul Ishenin

___
fpc-devel maillist  -  fpc-devel@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-devel


Re: [fpc-devel] Variables declaraction inside code

2011-01-12 Thread michael . vancanneyt



On Wed, 12 Jan 2011, Paul Ishenin wrote:


12.01.2011 14:15, kingbiz...@gmail.com wrote:

Something that I always thought very nice on other languages is the
possible of adding variables inside the codes, I'm very happy using the
FPC but came on my mind, FPC is always getting better and better (I
first saw it like 2 years ago and I am impressed with its progress),
would it on the future be possible? Declaring variables after the begin?

/*Just random thoughts*/


This was discussed few times here. Later ppl tired from the endless 
discussions and summarised their ideas on this page:

http://wiki.lazarus.freepascal.org/Modernised_Pascal


I'm pretty sure that this abomination will be vetoed.

Michael.
___
fpc-devel maillist  -  fpc-devel@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-devel


Re: [fpc-devel] Variables declaraction inside code

2011-01-12 Thread LacaK


This was discussed few times here. Later ppl tired from the endless 
discussions and summarised their ideas on this page:

http://wiki.lazarus.freepascal.org/Modernised_Pascal


Nice!
For me, If I can say is most interested:

1. try ... except ... finally ... end;
2. C style IIF operator: l ? true : false;
3. C style comments: /* ... */ (I have never understood why in Pascal 
was used (* ... *) )


-Laco.
___
fpc-devel maillist  -  fpc-devel@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-devel


Re: [fpc-devel] Variables declaraction inside code

2011-01-12 Thread Aleksa Todorovic
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


Re: [fpc-devel] Variables declaraction inside code

2011-01-12 Thread Marco van de Voort
In our previous episode, LacaK said:
 3. C style comments: /* ... */ (I have never understood why in Pascal 
 was used (* ... *) )

You probably have to formulate that the other way around. Pascal is older.
___
fpc-devel maillist  -  fpc-devel@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-devel