Changeset 252 for trunk/thune/doc

Show
Ignore:
Timestamp:
08/22/06 23:07:47 (2 years ago)
Author:
krobillard
Message:

Thune - Added words to manual.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/thune/doc/UserManual

    r248 r252  
    338338==========  ======================  ================= 
    339339append      (ser val -- ser)        Append value to series. 
     340append.cat  (ser val -- ser)        Join value to series. 
    340341insert      (ser val -- ser)        Insert value to series. 
    341342remove      (ser -- ser)            Remove value at current series position. 
     
    438439print        (val -- )               Print reduced value to console. 
    439440prin         (val -- )               Print reduced value to console (no eol). 
     441prin.pack    (val -- )               Print reduced value without spaces. 
    440442console.out  (str -- )               Print to console (stdout). 
    441443open         (url [opt] -- port)     Open port.