Wiki

Changes between Version 8 and Version 9 of Cue

Show
Ignore:
Timestamp:
09/23/12 05:27:45 (12 years ago)
Author:
Charles
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Cue

    v8 v9  
    77 
    88 
    9 The '''cue''' keyword is used on some selected methods to indicate to the compiler that these methods  
    10 are special, implement a 'special' behaviour or concept and will be treated specially to the system. 
    11  
    12 Cues supported include (or will include): 
    13  
    14  * Initializer  - cue init 
     9In Cobra code, the '''cue''' keyword is used to indicate a special method whose execution will be triggered under specific circumstances at run-time, such as object creation or enumeration via a [EnumerableForStatement for-loop]. 
     10 
     11Currently only "cue init" is fully supported. 
     12 
     13Cue list: 
     14 
     15 * Initializer - cue init 
    1516 
    1617 * Destructor (destruction cleanup/Finalizer) - cue finalize 
     
    224225== Notes == 
    225226 
    226 Currently only "cue init" is fully supported 
     227Currently only "cue init" is fully supported. 
    227228 
    228229While you may specify access modifiers and return types in a cue the implementation may