False
False is the symbol for the Boolean value false.
Examples
Logical operations:
False && True
(* False *)
False || True
(* True *)Conditional:
If[False, "yes", "no"]
(* "no" *)Please visit the official Wolfram Language Reference for more details.