Show
Ignore:
Timestamp:
06/14/08 16:30:57 (6 months ago)
Author:
krobillard
Message:

Added get/words, isGlobalIndex(), and 10 reserved atoms.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/thune/doc/UserManual

    r534 r538  
    421421get         (word -- val)             Retrieve value referenced by word. 
    422422get         (word ctx -- val)         Retrieve value from context. 
     423get/words   (ctx -- block)            Make a block of the context's words. 
    423424bind        (block ctx -- block)      Bind block to context. 
    424425infuse      (block ctx -- block)      Replace words with context values. 
     
    585586to-dec       (int -- int)            Flag integer to display in decimal. 
    586587checksum     (bin type -- digest)    Compute 'crc16 or 'sha1 checksum. 
     588change-dir   (dir -- logic)          Change working directory. 
     589what-dir     ( -- path)              Get working directory. 
     590make-dir     (dir-name -- )          Make filesystem directory. 
     591file-info    (filename -- block)     Get file information. 
     592now          ( -- time)              Get current time. 
    587593===========  ======================  ====================== 
    588594