mirror of
https://github.com/forth-ev/VolksForth.git
synced 2024-11-22 05:32:28 +00:00
13 lines
357 B
Plaintext
13 lines
357 B
Plaintext
ok
|
|
.( hello world) cr hello world
|
|
ok
|
|
.( 0123456789abcdef0123456789abcdef) cr 0123456789abcdef0123456789abcdef
|
|
ok
|
|
.( 1123456789abcdef0123456789abcdef) cr 1123456789abcdef0123456789abcdef
|
|
ok
|
|
.( 2123456789abcdef0123456789abcdef) cr 2123456789abcdef0123456789abcdef
|
|
ok
|
|
.( 3123456789abcdef0123456789abcdef) cr 3123456789abcdef0123456789abcdef
|
|
ok
|
|
logclose
|