False
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:
- Plain english: contrary to fact
- The false command
- Any value of a condition that is treated as false
- for most shells that would be any non-zero exit status of a command.
- for C language programs and some others, that would be zero only.
- For Java language programs and some others, this is a keyword of type boolean.