HP (Hewlett-Packard) F2231AA#ABA Calculator User Manual


 
108 Section 9: Branching and Looping
File name: hp 12c_user's guide_English_HDPMBF12E44 Page: 108 of 209
Printered Date: 2005/7/29 Dimension: 14.8 cm x 21 cm
The program line immediately following that containing the conditional test
instruction can contain any instruction; however, the most commonly used
instruction there is
i
. If a
i
instruction follows a conditional test instruction,
program execution branches elsewhere in program memory if the condition is true
and continues with the next line in program memory if the condition is false.