Changeset 96 for trunk/orca/boot.c
- Timestamp:
- 03/19/06 16:15:13 (3 years ago)
- Files:
-
- 1 modified
-
trunk/orca/boot.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/orca/boot.c
r82 r96 71 71 "mold: native [\n" 72 72 " value\n" 73 " /only\n" 73 74 "]\n" 74 75 "not: native [value]\n" … … 517 518 " [insert tail series reduce :value]\n" 518 519 "]\n" 520 "save: func [\n" 521 " file [file!]\n" 522 " data\n" 523 "] [\n" 524 " write file mold/only data\n" 525 "]\n" 519 526 "dirize: func [path [file! string!] /local end]\n" 520 527 "[\n"
