VolksForth/8086/msdos/tests/incltest.fth
Philip Zembrod 533e73c29d - enable run-in-dosbox.sh to include either .fb or .fth files
- add first test for including an .fth file
- add generic rules to convert lowercase .fb files to .fth files
- check in the tools/echo-toupper/tolower.py files that I left out earlier
2022-01-11 23:40:24 +01:00

10 lines
136 B
Forth

include log2file.fb
logopen incltest.log
.( hello, world) cr
: test-hello ." hello, world, from test-hello" cr ;
test-hello
logclose