5 lines
67 B
Forth
5 lines
67 B
Forth
: test
|
|
9 2 do
|
|
i .
|
|
2 +loop
|
|
." who do we appreciate?" cr ;
|