mirror of
https://github.com/forth-ev/VolksForth.git
synced 2024-11-22 05:32:28 +00:00
15 lines
162 B
Forth
15 lines
162 B
Forth
|
|
include logfile.fth
|
|
logopen
|
|
|
|
include ans-shim.fth
|
|
: \vf [compile] \ ; immediate
|
|
|
|
include prelim.fth
|
|
include tester.fth
|
|
|
|
\ 1 verbose !
|
|
include core.fr
|
|
|
|
logclose
|