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
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