fork download
  1. \ make int list and rot using ROT with forth
  2. 1 2 3 .S
  3. ROT .S
  4. \ lets see the output
Success #stdin #stdout 0.01s 5304KB
stdin
Standard input is empty
stdout
<3> 1 2 3 <3> 2 3 1