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" *)Please visit the official Wolfram Language Reference for more details.
True is the symbol for the Boolean value true.
Logical operations:
True && True
(* True *)
True || False
(* True *)Conditional:
If[True, "yes", "no"]
(* "yes" *)Please visit the official Wolfram Language Reference for more details.