File:  [gforth] / gforth / startup.fs
Revision 1.7: download - view: text, annotated - select for diffs
Tue Oct 18 15:51:24 1994 UTC (28 years, 5 months ago) by pazsan
Branches: MAIN
CVS tags: HEAD
hash.fs uses single (but large) hash table (like LMI)
time&date bug fixed
ORDER reversed (let's see the reactions)
time printout in sieve.fs fixed
startup.fs modified due to history.fs and doskey.fs (see comment of these
files)

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

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