Menu

#4 Iterators

Release_V0.2
open
Library (1)
5
2007-07-02
2007-07-02
No

It is planned to add some iterators:
- map
- iter
- perhaps a "for" construct

Discussion

  • Christophe Grévent

    • assigned_to: nobody --> grevent
     
  • Kun Tan

    Kun Tan - 2007-07-09

    Logged In: YES
    user_id=1705107
    Originator: NO

    i would like to have one more function/Object, which implements a "list". The reason for that, i need to make the objects in a certain order.

     
  • Nobody/Anonymous

    Logged In: NO

    Lists are not needed in complex, as the object construct covers the functionality of a list or an array. Objects attributes may be accessed through the place in the object they have, or the attribute name. The fact that the order remains is something lacking in the documentation.

     

Log in to post a comment.