Changeset 252 for trunk/thune/doc
- Timestamp:
- 08/22/06 23:07:47 (2 years ago)
- Files:
-
- 1 modified
-
trunk/thune/doc/UserManual (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/thune/doc/UserManual
r248 r252 338 338 ========== ====================== ================= 339 339 append (ser val -- ser) Append value to series. 340 append.cat (ser val -- ser) Join value to series. 340 341 insert (ser val -- ser) Insert value to series. 341 342 remove (ser -- ser) Remove value at current series position. … … 438 439 print (val -- ) Print reduced value to console. 439 440 prin (val -- ) Print reduced value to console (no eol). 441 prin.pack (val -- ) Print reduced value without spaces. 440 442 console.out (str -- ) Print to console (stdout). 441 443 open (url [opt] -- port) Open port.
