Assert()

Evaluates an expression and throws an exception if the expression evaluates to false; it does nothing if the expression evaluates to true

Usage

BOOLEAN = Assert( p1 )
Argument Summary
p1 Expression

See Also