TrueQ
Usage
• TrueQ[expr] yields True if expr is True, and yields False otherwise.
Notes
• You can use TrueQ to "assume" that a test fails when its outcome is not clear. • TrueQ[expr] is equivalent to If[expr, True, False, False]. • New in Version 1.
|