Annotation of gforth/startup.fs, revision 1.6

1.1       anton       1: #! /usr/stud/paysan/bin/forth
                      2: \ startup file
                      3: 
                      4: warnings off
                      5: 
1.6     ! pazsan      6: \ include float.fs
        !             7: \ include search-order.fs
        !             8: include glocals.fs
1.3       anton       9: include environ.fs
1.1       anton      10: \ include toolsext.fs
                     11: include wordinfo.fs
1.2       pazsan     12: include vt100.fs
1.1       anton      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>