VolksForth/8080/CPM/cpmfiles/incltest.fth
2024-11-03 13:36:57 +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