VolksForth/8086/msdos/tests/incltest.fth
2022-01-31 07:21:14 +01:00

11 lines
198 B
Forth

\needs (type include extend.fb include multi.vid include dos.fb
include log2file.fb
logopen output.log
.( hello, world) cr
: test-hello ." hello, world, from test-hello" cr ;
test-hello
logclose