Wiki

Changes between Version 6 and Version 7 of Variables

Show
Ignore:
Timestamp:
11/18/14 16:13:35 (9 years ago)
Author:
Charles
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Variables

    v6 v7  
    105105    var age as int # explicitly typed to int (int32) initial value default value for int (0) 
    106106 
    107     var _name as String # explicitly typed to String, private access. must be initialized 
     107    var _name as String # explicitly typed to String, protected access. must be initialized 
    108108    var _definition as INamedNode? 
    109109