True

From LQWiki
Jump to navigation Jump to search

The word true can mean several things:

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

See also

false

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.