HP Forums

Full Version: IFT
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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
Reference URL's