Changes between Version 6 and Version 7 of Variables
- Timestamp:
- 11/18/14 16:13:35 (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Variables
v6 v7 105 105 var age as int # explicitly typed to int (int32) initial value default value for int (0) 106 106 107 var _name as String # explicitly typed to String, pr ivateaccess. must be initialized107 var _name as String # explicitly typed to String, protected access. must be initialized 108 108 var _definition as INamedNode? 109 109