False

From LQWiki
Jump to navigation Jump to search

This is a disambiguation page - it contains links to different pages which are referenced here under the same page name. If you've followed a link and have arrived on this page, you might want to go back and modify the link to point to the most appropriate article which is listed on this page.

The word false can mean several things:

  1. Plain english: contrary to fact
  2. The false command
  3. Any value of a condition that is treated as false
    1. for most shells that would be any non-zero exit status of a command.
    2. for C language programs and some others, that would be zero only.
  4. For Java language programs and some others, this is a keyword of type boolean.

See also

true