Quick manual clearly indicates that hp 35s programing skills include test functions but gives no indication how to do that.
For example: if x>y then goto lbl n
HP's RPN calculators have always followed the "do if true" rule. If the test is true, the next step is executed. If false, the next step is skipped. So, in your case, you would simply follow the x>y instruction with the goto instruction. If the test is true, execution will brance to the specified label. If false, execution will continue with the step following the goto.
198 views
Usually answered in minutes!
×