Changeset 179 for trunk/thune/doc

Show
Ignore:
Timestamp:
06/10/06 02:17:23 (3 years ago)
Author:
krobillard
Message:

Thune - Added 'either.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/thune/doc/UserManual

    r177 r179  
    187187ift       (logic -- )                Evaluate next value if true. 
    188188iff       (logic -- )                Evaluate next value if false. 
     189either    (logic t-val f-val -- )    Evaluate either t-val or f-val. 
    189190while     (body cond -- )            Evaluate body while cond is true. 
    190191loop      (block n -- )              Repeat block **n** times.