Changeset 540 for trunk/thune/doc/UserManual
- Timestamp:
- 07/04/08 03:46:13 (5 months ago)
- Files:
-
- 1 modified
-
trunk/thune/doc/UserManual (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/thune/doc/UserManual
r539 r540 569 569 read (file part -- data) Read beginning of file. 570 570 write (port data -- port) Write data to port. 571 load (file -- code) Read script from file.572 571 delete (file -- ) Remove file. 573 572 rename (file new -- ) Rename file. … … 599 598 Word Stack Usage Function 600 599 ========== ====================== ================= 600 load (file -- code) Read script from file. 601 save (val file -- ) Save value to file. 601 602 split-path (full -- path file) Split full path into path & file. 602 603 dirize (str -- str) Ensure trailing slash is present.
