Wiki

Changes between Version 3 and Version 4 of Cue

Show
Ignore:
Timestamp:
11/22/10 20:36:41 (13 years ago)
Author:
todd.a
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Cue

    v3 v4  
    179179== Provide enumeration/iteration capability == 
    180180{{{ 
    181 #!cobra 
    182181cue enumerate as <Type>* 
    183182}}}  
     
    187186i.e so that the cobra construct 
    188187{{{ 
    189 #!cobra 
    190188for item in <myCollectionObject> 
    191189}}}