IF/SELECT: Difference between revisions

no edit summary
(Bolded)
No edit summary
Line 1:
'''IF''' statements are the primary conditional instructions. They evaluate whether a condition is true, and execute a Jump or Call if it is.
[[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.