home *** CD-ROM | disk | FTP | other *** search
/ ARM Club 1 / ARM_CLUB_CD.iso / contents / apps / languages / progs / forth / !Forth / Boot < prev    next >
Encoding:
Text File  |  1989-06-09  |  309 b   |  9 lines

  1. | Boot file for FORTH.
  2. |
  3. | Note the use of %% that ensures that the substitution happens
  4. | when the file is run, rather than when this file is obeyed.
  5. | The Obey$Dir, on the other hand, is substituted when this file is obeyed.
  6. |
  7. IconSprites <Obey$Dir>.!Sprites
  8. Set Alias$@RunType_000 Run <Obey$Dir>.!Run %%*0
  9.