IF/SELECT: Difference between revisions

no edit summary
No edit summary
No edit summary
Line 1:
'''IF''' statements are the primary conditional instructions. TheyWhen reached, they evaluate whether a condition is true, and execute a [[JMP/LBL|Jump]] or [[CALL|Call]] if it is.
 
If the condition is found to be true, it can execute either a [[JMP/LBL|Jump]] or [[CALL|Call]].
[[File:Inst-if orig.gif|thumb|How to add an "IF" instruction. ]]
If it is not true, the instruction will occur as if the line were blank.