INCLAN: var

From CYANA Wiki
Jump to navigation Jump to search

Synopsis

var variable ...

Description

Declares variables as local variables of the current macro. In contrast to normal (global) variables, local variables are only visible within the macro where they are declared and within macros that are called via that macro (except when such a macro declares itself a local variable with the same name). The var command must precede any other commands in a macro (except the parameter command) and cannot be used interactively.