File:  [gforth] / gforth / startup.fs
Revision 1.6: download - view: text, annotated - select for diffs
Mon Sep 12 19:00:38 1994 UTC (29 years, 7 months ago) by pazsan
Branches: MAIN
CVS tags: HEAD
Added forth variants for primitives
Added a generator for forth primitives
Cleaned up some minor errors
Changed names of local access (was cell size dependent)
Where is "getopt.h"???!? Added tiny workaround. Where is getopt_long?

    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 glocals.fs
    9: include environ.fs
   10: \ include toolsext.fs
   11: include wordinfo.fs
   12: include vt100.fs
   13: \ include colorize.fs
   14: include see.fs
   15: include bufio.fs
   16: include debug.fs
   17: 
   18: 0 Value $?
   19: : sh  '# parse cr system  to $? ;
   20: 
   21: warnings on

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