Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6790309
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 26, 20262026-05-26T17:42:37+00:00 2026-05-26T17:42:37+00:00

Implication: The statement A IMP B is the equivalent of the logical statement If

  • 0

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?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-26T17:42:38+00:00Added an answer on May 26, 2026 at 5:42 pm

    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:

    assertTrue(Income >= 200000 IMP TaxRate == 0.35);
    assertTrue(Income < 200000 AND Income >= 70000 IMP TaxRate == 0.28);
    assertTrue(Income < 70000 AND Income >= 35000 IMP TaxRate == 0.20);
    assertTrue(Income < 35000 AND Income >= 15000 IMP TaxRate == 0.10);
    assertTrue(Income < 15000 IMP TaxRate == 0);
    

    instead of

    if (Income >= 200000) assertTrue(TaxRate == 0.35);
    if (Income < 200000 AND Income >= 70000) assertTrue(TaxRate == 0.28);
    if (Income < 70000 AND Income >= 35000) assertTrue(TaxRate == 0.20);
    if (Income < 35000 AND Income >= 15000) assertTrue(TaxRate == 0.10);
    if (Income < 15000) assertTrue(TaxRate == 0);
    

    Do you think IMP version is better?

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I need some help with this Boolean Implication. Can someone explain how this works
While learning c#, I have picked up the implication from reading other people's code
Are there any performance/other implications in having an object relates to itself? (self join)
When using a switch() statement, you add break; in between separate case: declarations. But
I now understand that a clustered index contains all of the row data, not
What are the performance, security, or other implications of using the following form to
The negative implication of this is noted in the man page: NOTES Trying to
We put all of our unit tests in their own projects. We find that
I was recently reading about artificial life and came across the statement, Conway’s Game
In my everlasting quest to suck less I'm trying to understand the yield statement,

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.