mirror of
https://github.com/forth-ev/VolksForth.git
synced 2025-02-18 03:30:36 +00:00
10 lines
136 B
Forth
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
|