Changes between Version 1 and Version 2 of TypesOverview
- Timestamp:
- 02/02/09 04:50:34 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TypesOverview
v1 v2 9 9 * decimal 10 10 * number (= decimal, change with -number: option) 11 * dynamic 11 12 * Explicit Sizes 12 13 * int8, int16, int32, int64 … … 22 23 * Multipile inheritance 23 24 * No code implementation 25 * Nilable Type 26 * foo? - can be "foo" or "nil" 27 * applies to all types 28 * "dynamic" implies "dynamic?"