REBOL[]s: 0 while[a: input][foreach i "-_"[if 0 < c: 7 - length? trim/with copy a i[print s: s + c]]]
Note that non-ascii characters in the above source code will be escaped (such as \x9f).
download
return to the top page