static

Makes a variable static.

static(var)
static(%varContainingNameOfVar%)

Parameters

var A reference to a local variable or non-ByRef parameter.

Remarks

code from Lexikos, for compatibility with his lowlevel functions.

Example

; Assign a variable and make it static at the same time: 
static(%VarContainingNameOfVar% := Value)