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

------------------------------------------------------------------------------
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

Reply via email to