ZvarExistError

Halts execution with a custom error message if the specified global variable does not exist.

Syntax

ZvarExistError{name;error}

Arguments

NameTypeRequiredDefault
namestringYes-
errorstringYes-

Example

ZvarExistError{my_config;Config variable is missing!}