WLJS LogoWLJS Notebook

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.

On this page