Adaptive Framework 0.9.0

assert

The following is a list of properties for the function assert:

PropertyValue
briefAssert a value
categorycompiler
descriptionAssert that a value is true. If not, an assertion_failed error is thrown.
functionIdassert
functionLabelassert
parameters[ { "brief": "Assertion", "dataType": "boolean", "description": "This is the assertion to make. If not true, an assertion_failed error is thrown.", "name": "assertion" }, { "brief": "Reason", "dataType": "string", "description": "This is an optional reason to include in the assertion_failed message.", "name": "reason", "optional": true } ]
returns{ "dataType": "null" }