home *** CD-ROM | disk | FTP | other *** search
/ APDL Public Domain 1 / APDL_PD1A.iso / program / language / forth / !FORTH / !Boot next >
Encoding:
Text File  |  1989-11-08  |  334 b   |  10 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. Set Forth$Dir <Obey$Dir>
  8. IconSprites <Obey$Dir>.!Sprites
  9. Set Alias$@RunType_000 Run <Obey$Dir>.!Run %%*0
  10.