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 |
| 9 | In 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 | |
| 11 | Currently only "cue init" is fully supported. |
| 12 | |
| 13 | Cue list: |
| 14 | |
| 15 | * Initializer - cue init |