Changes between Initial Version and Version 1 of TypesOverview
- Timestamp:
- 02/02/09 04:49:15 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TypesOverview
v1 v1 1 2 * Primitive Types 3 * Common 4 * bool 5 * char 6 * int (= int32) 7 * uint (= uint32) 8 * float (= float64) 9 * decimal 10 * number (= decimal, change with -number: option) 11 * Explicit Sizes 12 * int8, int16, int32, int64 13 * uint8, uint16, uint32, uint64 14 * Complex Types 15 * Class 16 * Single inheritance 17 * Heap-based 18 * Struct 19 * No inheritance (other than Object) 20 * Value-based 21 * Interface 22 * Multipile inheritance 23 * No code implementation