Skip to content

TrueQ

TrueQ(expr)

returns True if and only if expr is True.

See:

Examples

>> TrueQ(True)
True
>> TrueQ(False)
False
>> TrueQ(a)
False

Implementation status

  • ✅ - full supported

Github