Changes between Version 6 and Version 7 of Literals
- Timestamp:
- 11/05/12 17:05:42 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Literals
v6 v7 81 81 == Numeric Literals == 82 82 83 Non explicitly typed numericliterals are typed to Decimal by default.[[BR]]83 Non explicitly typed floating point literals are typed to Decimal by default.[[BR]] 84 84 This can be overidden by the compiler '''-number''' commandline switch or '''@number''' compiler directive. 85 85