File:  [gforth] / gforth / startup.fs
Revision 1.1: download - view: text, annotated - select for diffs
Fri Feb 11 16:30:47 1994 UTC (30 years, 2 months ago) by anton
Branches: MAIN
CVS tags: HEAD
Initial revision

    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 toolsext.fs
    9: include wordinfo.fs
   10: \ include colorize.fs
   11: include see.fs
   12: include bufio.fs
   13: include debug.fs
   14: 
   15: 0 Value $?
   16: : sh  '# parse cr system  to $? ;
   17: 
   18: warnings on

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