Am 21.10.2010 15:10, schrieb A.J. Venter:
In C there seems to be two popular approaches, one putting the opening
{ on the same line (this seems to be by far more popular one in
languages like python) and the other putting it on it's own line as we
normally do with begin.
This is the GNU prescribed style I believe.

Ehm... Python uses neither "{...}" nor "begin ... end", but indentation itself to declare blocks (which is also an interesting approach).

Regards,
Sven

--
_______________________________________________
Lazarus mailing list
[email protected]
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Reply via email to