mirror of
https://github.com/forth-ev/VolksForth.git
synced 2024-11-26 02:49:17 +00:00
483be768c1
and cannot be run by the original volks4th.com.
15 lines
174 B
Forth
15 lines
174 B
Forth
|
|
include log2file.fth
|
|
logopen output.log
|
|
|
|
include ans-shim.fth
|
|
: \vf [compile] \ ; immediate
|
|
|
|
include prelim.fth
|
|
include tester.fth
|
|
|
|
\ 1 verbose !
|
|
include core.fr
|
|
|
|
logclose
|