Changeset 538 for trunk/thune/doc/UserManual
- Timestamp:
- 06/14/08 16:30:57 (6 months ago)
- Files:
-
- 1 modified
-
trunk/thune/doc/UserManual (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/thune/doc/UserManual
r534 r538 421 421 get (word -- val) Retrieve value referenced by word. 422 422 get (word ctx -- val) Retrieve value from context. 423 get/words (ctx -- block) Make a block of the context's words. 423 424 bind (block ctx -- block) Bind block to context. 424 425 infuse (block ctx -- block) Replace words with context values. … … 585 586 to-dec (int -- int) Flag integer to display in decimal. 586 587 checksum (bin type -- digest) Compute 'crc16 or 'sha1 checksum. 588 change-dir (dir -- logic) Change working directory. 589 what-dir ( -- path) Get working directory. 590 make-dir (dir-name -- ) Make filesystem directory. 591 file-info (filename -- block) Get file information. 592 now ( -- time) Get current time. 587 593 =========== ====================== ====================== 588 594
