TriggerReactor

TriggerReactor

24.6k Downloads

#BREAK has strange behavior

wysohn opened this issue ยท 0 comments

commented
FOR i = 0:5
    IF i == 3
        #BREAK
    ENDIF
#BROADCAST
ENDFOR

Above code should print 0, 1, and 2, then stop the loop, yet it also prints 3.