| 1 : | anton | 1.1 | #! /usr/stud/paysan/bin/forth |
| 2 : | \ startup file | ||
| 3 : | |||
| 4 : | warnings off | ||
| 5 : | |||
| 6 : | pazsan | 1.5 | include float.fs |
| 7 : | anton | 1.4 | include search-order.fs |
| 8 : | anton | 1.3 | include environ.fs |
| 9 : | anton | 1.1 | \ include toolsext.fs |
| 10 : | include wordinfo.fs | ||
| 11 : | pazsan | 1.2 | include vt100.fs |
| 12 : | anton | 1.1 | \ 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 |
|
CVS Admin Powered by ViewCVS 1.0-dev |
ViewCVS and CVS Help |