| 1 : |
anton
|
1.1
|
#! /usr/stud/paysan/bin/forth |
| 2 : |
|
|
\ startup file |
| 3 : |
|
|
|
| 4 : |
|
|
warnings off |
| 5 : |
|
|
|
| 6 : |
pazsan
|
1.6
|
\ include float.fs |
| 7 : |
|
|
\ include search-order.fs |
| 8 : |
|
|
include glocals.fs |
| 9 : |
anton
|
1.3
|
include environ.fs |
| 10 : |
anton
|
1.1
|
\ include toolsext.fs |
| 11 : |
|
|
include wordinfo.fs |
| 12 : |
pazsan
|
1.2
|
include vt100.fs |
| 13 : |
anton
|
1.1
|
\ include colorize.fs |
| 14 : |
|
|
include see.fs |
| 15 : |
|
|
include bufio.fs |
| 16 : |
|
|
include debug.fs |
| 17 : |
pazsan
|
1.7
|
include history.fs |
| 18 : |
|
|
\ include doskey.fs |
| 19 : |
pazsan
|
1.8
|
include vt100key.fs |
| 20 : |
anton
|
1.9
|
require debugging.fs |
| 21 : |
|
|
require assert.fs |
| 22 : |
anton
|
1.1
|
|
| 23 : |
|
|
0 Value $? |
| 24 : |
|
|
: sh '# parse cr system to $? ; |
| 25 : |
|
|
|
| 26 : |
|
|
warnings on |