Implication: The statement A IMP B is the equivalent of the logical statement “If A Then B.” A IMP B is False only if A is True and B is False. It is True in all other cases.
http://help.adobe.com/en_US/ColdFusion/9.0/Developing/WSc3ff6d0ea77859461172e0811cbec09d55-7ffc.html
I can vaguely remember what is an "implication" from college. When to use IMP operator in the real world?
After I applied my google-fu
Found this: http://www.cfug-md.org/meetings/RichardBierregaardLogicwCFConditionals.ppt
and it inspires me to find out that IMP might be useful for writing unit test:
instead of
Do you think
IMP
version is better?