Changeset 162 for trunk/thune/doc
- Timestamp:
- 05/27/06 21:22:22 (3 years ago)
- Files:
-
- 1 modified
-
trunk/thune/doc/UserManual (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/thune/doc/UserManual
r152 r162 189 189 while (body cond -- ) Evaluate body while cond is true. 190 190 loop (block n -- ) Repeat block **n** times. 191 iter ( block ser-- ) Iterate over series.191 iter (ser block -- ) Iterate over series. 192 192 proc (body -- ) Create procedure. 193 193 func (sig body -- ) Create function with local values. … … 201 201 error (message -- error) Throw error. 202 202 verify (a type -- a) Throw error if datatype does not match. 203 verify.2 (a b ta tb -- a b) Throw error if datatypes do not match. 204 verify.3 (a b c ta tb tc -- a b c) Throw error if datatypes do not match. 203 verify/N (a1-aN t1-tN -- a1-aN) Throw error if datatypes do not match. 205 204 ======== ========================= ============================ 206 205
