File:  [gforth] / gforth / startup.fs
Revision 1.8: download - view: text, annotated - select for diffs
Thu Oct 27 16:32:23 1994 UTC (29 years, 4 months ago) by pazsan
Branches: MAIN
CVS tags: HEAD
Added f.s
Speeded up history backward search
Fixed Bug in >float (1e is a float, "   <float>   " is, too)
Added vt100 cursor key support (vt100key.fs)

#! /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
include vt100key.fs

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

warnings on

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