File:  [gforth] / gforth / startup.fs
Revision 1.1: download - view: text, annotated - select for diffs
Fri Feb 11 16:30:47 1994 UTC (30 years, 1 month ago) by anton
Branches: MAIN
CVS tags: HEAD
Initial revision

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

warnings off

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