Skip to content

ValueQ

ValueQ(expr)

returns True if and only if expr is defined.

Examples

>> ValueQ(x)
False
>> x=1;
>> ValueQ(x)
True
>> ValueQ(True)
False

Implementation status

  • ✅ - full supported

Github