RosettaCodeData/Task/Copy-a-string/Axe/copy-a-string.axe

11 lines
90 B
Text
Raw Permalink Normal View History

2016-12-05 23:44:36 +01:00
Lbl STRCPY
r₁→S
While {r₂}
{r₂}→{r₁}
r₁++
r₂++
End
0→{r₁}
S
Return