File:  [gforth] / gforth / startup.fs
Revision 1.3: download - view: text, annotated - select for diffs
Wed Jul 27 13:37:06 1994 UTC (29 years, 7 months ago) by anton
Branches: MAIN
CVS tags: HEAD
Changed environment? to use a wordlist
added most of the core environmental queries

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

warnings off

include float.fs
include search-order.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

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

warnings on

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