VariableCodeGenFunc

Function called to generate bytecode for accessing a macro variable

alias VariableCodeGenFunc = void delegate
(
string name
,
NaBytecode bytecode
)

Meta