RosettaCodeData/Task/Null-object/Mathematica/null-object-5.math
2023-07-01 13:44:08 -04:00

4 lines
33 B
Text

x =.;
ValueQ[x]
x = 3;
ValueQ[x]