On 11/14/2013 08:12 AM, Martin Schreiber wrote:
> I don't like it.
> Or with reserved words:
> "
> type
>   boolty = max: 8;             //bool8
>   cardty = 0 to max: 8;        //card8
>   intty = smin to smax: 8;     //int8
>   charty = #max: 8;            //char8
>   floatty = -.max to .max: 64; //flo64
>   recordty
>    b: max: 8;            //bool8
>    c: 0 to max: 8;       //card8
>    i: smin to smax: 8;   //int8
>    ch: #max: 8;          //char8
>    f: -.max to .max: 64; //flo64
>   end;
> "
>
IMHO using the keyword "signed" and "unsigned" with a given bit size 
(instead of something like "0..max" and "-max..max") is shorter and more 
intuitive.

-Michael

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