Hallo Ivanko, Du schriebst am Sat, 16 Nov 2013 19:00:03 +0500:
> Python-like : > ============= > finction finc1(var1: integer): boolean: > locvar1: integer > locvar1:= 2; locvar1*=3 > if 2 <> var1: > result:= true > else: > result:= false Looks rather unstructured to me. What's the "finction"'s (I guess that was a typo?) end? Shouldn't _at least_ be the declarations indented? Shouldn't the function body statements be indented additionally? But anyway, structureing code by indentation isn't what Pascal was made for, and I gather that Martin did want to keep some resemblance to "traditional" Pascal syntax, and thus not give up the format-independent statement placement. -- -- (Weitergabe von Adressdaten, Telefonnummern u.ä. ohne Zustimmung nicht gestattet, ebenso Zusendung von Werbung oder ähnlichem) ----------------------------------------------------------- Mit freundlichen Grüßen, S. Schicktanz ----------------------------------------------------------- ------------------------------------------------------------------------------ DreamFactory - Open Source REST & JSON Services for HTML5 & Native Apps OAuth, Users, Roles, SQL, NoSQL, BLOB Storage and External API Access Free app hosting. Or install the open source package on any LAMP server. Sign up and see examples for AngularJS, jQuery, Sencha Touch and Native! http://pubads.g.doubleclick.net/gampad/clk?id=63469471&iu=/4140/ostg.clktrk _______________________________________________ mseide-msegui-talk mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk

