You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
when you use the repeat from block the step for whatever reason is before the loop
example:
-1
set i 6
jump 6 greaterThanEq i 1
print i
op add i i -1
set @counter 2
printflush message1
end
the step being -1 duh
The text was updated successfully, but these errors were encountered:
when you use the repeat from block the step for whatever reason is before the loop
example:
-1
set i 6
jump 6 greaterThanEq i 1
print i
op add i i -1
set @counter 2
printflush message1
end
the step being -1 duh
The text was updated successfully, but these errors were encountered: