Wiki

Changes between Version 1 and Version 2 of TypesOverview

Show
Ignore:
Timestamp:
02/02/09 04:50:34 (15 years ago)
Author:
Chuck
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • TypesOverview

    v1 v2  
    99     * decimal 
    1010     * number (= decimal, change with -number: option) 
     11     * dynamic 
    1112   * Explicit Sizes 
    1213     * int8, int16, int32, int64 
     
    2223     * Multipile inheritance 
    2324     * No code implementation 
     25 * Nilable Type 
     26   * foo? - can be "foo" or "nil" 
     27   * applies to all types 
     28   * "dynamic" implies "dynamic?"