WLJS LogoWLJS Notebook

ValueQ

ValueQ[expr] gives True if a value has been defined for expr, and gives False otherwise.

Examples

x = 5;
ValueQ[x]
(* True *)
ValueQ[y]
(* False *)

Please visit the official Wolfram Language Reference for more details.

On this page