HP Forums
IFT - Printable Version

+- HP Forums (https://www.hpmuseum.org/forum)
+-- Forum: HP Calculators (and very old HP Computers) (/forum-3.html)
+--- Forum: Articles Forum (/forum-14.html)
+--- Thread: IFT (/thread-16130.html)



IFT - Gil - 01-05-2021 09:53 AM

About the use of IFT
suggested by John Keith

Try and run that program:
«1000 6 5 > 1 == DROP IFT
»

Well, it seems that it does not work with the
"object" command DROP.

But, of course
«1000 6 5 > 1 == IF THEN DROP END
»
works fine with DROP
and normal IF... THEN... End.

IFT will work fine, however, with "positive"
instead of command DROP
«1000 6 5 > 1 == "POSITIVE" IFT
»

Regards,
Gil