> Really? No gain in the beloved readability?

Not for me, I always initialize code in "executable" section, keeping the
declaration section clean. That's what "readable" to me.

> And it seems to me a "const" should not be changed by code. ;-) 

Even if it's allowed, you're declaring typed constant, which is not a real
constant and has the same effect as initialized variable (e.g. you can
change the value later on). It only differs (from initialized var) when the
assignment happens inside a routine.



--
View this message in context: 
http://free-pascal-general.1045716.n5.nabble.com/Linked-list-constant-tp5713665p5713698.html
Sent from the Free Pascal - General mailing list archive at Nabble.com.
_______________________________________________
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal

Reply via email to