3 lines
31 B
Forth
3 lines
31 B
Forth
|
: E 1 0 DO ." e" 0 +LOOP ;
|
||
|
E ;
|