Order operation execution wrong in the IF conditions (iOS platform)

On the iOS platform (not Android) inside a Timer_Clock event the mathematical operations in an IF condition are performed after evaluation of the IF condition.
It not runs well:

You must put these blocks to run well an IF condition inside a Timer_Clock event with a math operation:

With more tests I have detected that this issue is not provoked for the order execution blocks as I supossed. The problem is for the lost "ShowAlert" that we have when it is a second Notifier Event in iOS. This lost of the "ShowAlerts" events It is already reported elsewhere and pending in: Event 'ShowTextDialog' & "ShowAlert" in the Notifiers not runs well (iOS) - #13 by Ferran_SIMON

You can delete this present question.