I personally think that the routine needs to do back to how it was.
With this
:For(X,1,N
:" "+Ans+"
:End
:Ans→Str1Instead of this
:For(X,1,N
:" "+Ans+" →Str1
:EndWhile the second one is 2 bytes smaller. The first one is more than 40% faster.So should it be faster or smaller?I personally am in support of the first one.