File:  [gforth] / gforth / startup.fs
Revision 1.3: download - view: text, annotated - select for diffs
Wed Jul 27 13:37:06 1994 UTC (29 years, 9 months ago) by anton
Branches: MAIN
CVS tags: HEAD
Changed environment? to use a wordlist
added most of the core environmental queries

    1: #! /usr/stud/paysan/bin/forth
    2: \ startup file
    3: 
    4: warnings off
    5: 
    6: include float.fs
    7: include search-order.fs
    8: include environ.fs
    9: \ include toolsext.fs
   10: include wordinfo.fs
   11: include vt100.fs
   12: \ include colorize.fs
   13: include see.fs
   14: include bufio.fs
   15: include debug.fs
   16: 
   17: 0 Value $?
   18: : sh  '# parse cr system  to $? ;
   19: 
   20: warnings on

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>