Changeset 179 for trunk/thune/doc
- Timestamp:
- 06/10/06 02:17:23 (3 years ago)
- Files:
-
- 1 modified
-
trunk/thune/doc/UserManual (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/thune/doc/UserManual
r177 r179 187 187 ift (logic -- ) Evaluate next value if true. 188 188 iff (logic -- ) Evaluate next value if false. 189 either (logic t-val f-val -- ) Evaluate either t-val or f-val. 189 190 while (body cond -- ) Evaluate body while cond is true. 190 191 loop (block n -- ) Repeat block **n** times.
