stratum by oofoe

REBOL[]n: length? x: input x: back tail x for i 1 n 1[y: copy x reverse y print rejoin[x y] x: back x]

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

download

return to the top page