VolksForth/8086/msdos/tests/incltest.fs

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