Wiki

Changes between Version 9 and Version 10 of TypesOverview

Show
Ignore:
Timestamp:
02/06/09 12:22:38 (16 years ago)
Author:
hopscc
Comment:

Add heading

Legend:

Unmodified
Added
Removed
Modified
  • TypesOverview

    v9 v10  
    11 
    2  * Primitive Types 
     2= Cobra Types Overview = 
     3 
     4* Primitive Types 
    35   * Common 
    46     * bool 
     
    1012     * number  (= decimal, change with -number: option) 
    1113     * dynamic (see DynamicType) 
    12    * Explicit Sizes 
     14   * Explicit Sizes/Sign 
    1315     * int8, int16, int32, int64 
    1416     * uint8, uint16, uint32, uint64 
     
    3941   * "dynamic" implies "dynamic?" meaning you can always pass "nil" where "dynamic" is expected 
    4042 * Streams 
    41    * foo* - zero or more objects of type foo 
     43   * foo* - walkable collection of zero or more objects of type foo 
    4244   * See StreamType 
    4345 * Working with types at run-time 
     
    5961 
    6062TODO: arrays, passthrough, vari, local var type inference, greatest common denominator 
     63 
     64Back to AdditionalDoc