Annotation of gforth/startup.fs, revision 1.3

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

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