Asserts whether the given condition evaluates to true and calls Break() if not.
Syntax
Smartsite SXML | Copy Code |
---|---|
debug.assert(any expression) |
Parameters
Name | Data Type | Description |
---|---|---|
expression | Any | The expression to assert. |
Return Value
None.