Changeset 173 for trunk/thune/boot.c
- Timestamp:
- 06/08/06 03:36:03 (3 years ago)
- Files:
-
- 1 modified
-
trunk/thune/boot.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/thune/boot.c
r172 r173 44 44 "[string! swap make] proc :to-string\n" 45 45 "[context! swap make] proc :context\n" 46 "[read to-block urlan-ops infuse] proc :load\n" 46 "[\n" 47 " read\n" 48 " dup first '#' eq? ift (eol find)\n" 49 " to-block urlan-ops infuse\n" 50 "] proc :load ;(filename -- block)\n" 47 51 "[select do] proc :case\n" 48 52 "[\n"
