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