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]