On Fri, Nov 15, 2013 at 1:24 PM, Martin Schreiber <[email protected]> wrote: > Hi, > Because code should always look the same I think ';' should become a mandatory > statement terminator instead a separator as in Pascal. > In order to be consequent ';' in procedure and function headers should be > replaced by ',' -> ',' = separator, ';' = terminator. Therfore using a single > typename for several procedureparameters is not possible anymore. > " > procedure test(para: int32, parb: int8, parc: boolean); > ... > " > or there must be a terminating ';' in procedure headers too > " > procedure test(para,parb: int32; parc: boolean;); > ... > " > Opinions? > > Martin
Well, I think not need to change this but if you will change anyway, I vote in #1 option: " procedure test(para: int32, parb: int8, parc: boolean); " or: " procedure test(para, parb: int32, parc: int8, pard: boolean); " I don't like this ";);" :-P Marcos Douglas ------------------------------------------------------------------------------ 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

