True
True is the symbol for the Boolean value true.
Examples
Logical operations:
True && True
(* True *)
True || False
(* True *)Conditional:
If[True, "yes", "no"]
(* "yes" *)Something isn't working? Report an issue.
Please visit the official Wolfram Language Reference for more details.