Zvar

Gets or sets a temporary in-memory variable that persists only for the duration of the current command execution.

Syntax

Zvar{name;value?}

Arguments

NameTypeRequiredDefault
namestringYes-
valuestringNo-

Example

Zvar{counter;0}