Skip to content

#STKSYM

#StkSym

Purpose

Destroy all stack type symbols, |S?.

Syntax

#StkSym

What It Does

Local variables are assigned a symbol that begins with the |S class identifier. These symbols are treated as a special case by the compiler. While most symbols are persistent throughout the compilation process, stack symbols are temporary. The #StkSym command will destroy all previously known stack symbols, usually in preparation for a new function or procedure definition.