join lines by mskzzzz

: l
1 begin
key dup 10 > if
emit
endif
key? 1+ until
;
l

Note that non-ascii characters in the above source code will be escaped (such as \x9f).

download

return to the top page