Zen API
|
#define kTest | ( | EXPRESSION | ) |
Used within a kTry block to conditionally jump to the first error handling block (e.g.
kCatch).
If the EXPRESSION argument does not evaluate to kOK, the result of the expression is passed to an error-handling block. Otherwise, execution continues at the next statement.
EXPRESSION | Expression that evaluates to a kStatus value. |