mirror of
https://github.com/forth-ev/VolksForth.git
synced 2025-02-18 03:30:36 +00:00
16 lines
195 B
Forth
16 lines
195 B
Forth
|
|
||
|
include log2file.fth
|
||
|
logopen test.log
|
||
|
|
||
|
include ans-shim.fth
|
||
|
: \vf [compile] \ ; immediate
|
||
|
|
||
|
include prelim.fth
|
||
|
include tester.fth
|
||
|
|
||
|
\ 1 verbose !
|
||
|
include core.fr
|
||
|
\ include coreplus.fth
|
||
|
|
||
|
logclose
|