mirror of
https://github.com/forth-ev/VolksForth.git
synced 2024-11-26 02:49:17 +00:00
11 lines
198 B
Forth
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
|