Wiki

Changes between Version 14 and Version 15 of C

Show
Ignore:
Timestamp:
05/03/12 07:13:17 (13 years ago)
Author:
Charles
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • C

    v14 v15  
    3535  
    3636 * String type accessed as '''String'''  
    37  * Numeric types specified as int, uint, float and double types (rather than Int, UInt, Float, Double) 
     37 * Numeric types specified as int, uint, float/float64, float32 and decimal 
    3838 * Sized int and uint types all have the same naming form 
    3939    * int8, int16, int/int32, int64 instead of  SByte, Int16, Int32/int, Int64