Annotation of gforth/startup.fs, revision 1.2

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
1.2     ! pazsan     10: include vt100.fs
1.1       anton      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>