assert: assert

Description Usage Arguments

Description

The assert function stop the execution if the logical expression given by the parameter expresion is false.

Usage

1
assert(expresion, string)

Arguments

expresion

Some logical expression

string

The text message to show if expression does not hold


evoper documentation built on May 2, 2019, 12:13 a.m.

Related to assert in evoper...