File:  [gforth] / gforth / startup.fs
Revision 1.2: download - view: text, annotated - select for diffs
Wed Apr 20 17:12:07 1994 UTC (29 years, 11 months ago) by pazsan
Branches: MAIN
CVS tags: HEAD
primitives: key?, ms and time&date added
engine.c: time.h for ms and time&date included
bugs fixed to run tt.pfe

    1: #! /usr/stud/paysan/bin/forth
    2: \ startup file
    3: 
    4: warnings off
    5: 
    6: include float.fs
    7: include search-order.fs
    8: \ include toolsext.fs
    9: include wordinfo.fs
   10: include vt100.fs
   11: \ include colorize.fs
   12: include see.fs
   13: include bufio.fs
   14: include debug.fs
   15: 
   16: 0 Value $?
   17: : sh  '# parse cr system  to $? ;
   18: 
   19: warnings on

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