0 Members and 1 Guest are viewing this topic.
:For(A,0,20):A*B->C:End
:-B->A:For(D,0,20):A+B->A->C:End
Code: [Select]:For(A,0,20):A*B->C:EndCan be changed to:Code: [Select]:-B->A:For(D,0,20):A+B->A->C:EndAnd now you've removed a multiplication. If you add rotation, you have to do 2 additions: one for the Y spacing and one for the X spacing.