mirror of
https://github.com/forth-ev/VolksForth.git
synced 2025-02-16 21:30:59 +00:00
a good deal of Makefile and run-in-dosbox.sh refactoring, e.g. the introduction of a dosfiles/ subdir in which dosbox runs, to eliminate the need for the Forth PATH word to run tests.
10 lines
134 B
Forth
10 lines
134 B
Forth
|
|
include log2file.fb
|
|
logopen output.log
|
|
|
|
.( hello, world) cr
|
|
: test-hello ." hello, world, from test-hello" cr ;
|
|
test-hello
|
|
|
|
logclose
|