Annotation of gforth/startup.fs, revision 1.1

1.1     ! anton       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 colorize.fs
        !            11: include see.fs
        !            12: include bufio.fs
        !            13: include debug.fs
        !            14: 
        !            15: 0 Value $?
        !            16: : sh  '# parse cr system  to $? ;
        !            17: 
        !            18: warnings on

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