[gforth] / gforth / startup.fs  

gforth: gforth/startup.fs

File: [gforth] / gforth / startup.fs (download)
Revision: 1.8, Thu Oct 27 16:32:23 1994 UTC (18 years, 6 months ago) by pazsan
Branch: MAIN
Changes since 1.7: +1 -0 lines
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

CVS Admin

Powered by ViewCVS 1.0-dev
(Powered by ViewCVS)

ViewCVS and CVS Help