mirror of
https://github.com/forth-ev/VolksForth.git
synced 2025-02-16 21:30:59 +00:00
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
|