Wiki

Changes between Version 4 and Version 5 of TypesOverview

Show
Ignore:
Timestamp:
02/02/09 05:03:35 (16 years ago)
Author:
Chuck
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • TypesOverview

    v4 v5  
    44     * bool 
    55     * char 
    6      * int (= int32) 
    7      * uint (= uint32) 
    8      * float (= float64) 
     6     * int  (= int32) 
     7     * uint  (= uint32) 
     8     * float  (= float64) 
    99     * decimal 
    10      * number (= decimal, change with -number: option) 
     10     * number  (= decimal, change with -number: option) 
    1111     * dynamic 
    1212   * Explicit Sizes 
     
    3737   * foo? - can be "foo" or "nil" 
    3838   * applies to all types 
    39    * "dynamic" implies "dynamic?" 
     39   * "dynamic" implies "dynamic?" meaning you can always pass "nil" where "dynamic" is expected 
     40 * Streams 
     41   * foo* - zero or more objects of type foo 
     42   * See StreamType 
    4043 * See also 
    4144   * [http://cobra-language.com/forums/viewtopic.php?f=4&t=291 Discussion on types] 
    4245 
    43 TODO: streams, arrays, passthrough, vari, typetype, how to get the type, local var type inference, greatest common denominator 
     46TODO: arrays, passthrough, vari, typetype, how to get the type, local var type inference, greatest common denominator