File:  [gforth] / gforth / startup.fs
Revision 1.7: download - view: text, annotated - select for diffs
Tue Oct 18 15:51:24 1994 UTC (29 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)

#! /usr/stud/paysan/bin/forth
\ startup file

warnings off

\ include float.fs
\ include search-order.fs
include glocals.fs
include environ.fs
\ include toolsext.fs
include wordinfo.fs
include vt100.fs
\ include colorize.fs
include see.fs
include bufio.fs
include debug.fs
include history.fs
\ include doskey.fs

0 Value $?
: sh  '# parse cr system  to $? ;

warnings on

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