Wiki

Changes between Version 15 and Version 16 of Classes

Show
Ignore:
Timestamp:
11/28/10 11:55:53 (14 years ago)
Author:
hopscc
Comment:

prop implicit backing var syntax

Legend:

Unmodified
Added
Removed
Modified
  • Classes

    v15 v16  
    172172{{{ 
    173173#!cobra 
    174 pro x = 47 
     174pro x from var = 47 
    175175# or 
    176 pro x as int = 47 
     176pro x from var as int = 47 
    177177}}} 
    178178