Scope.localVariables

Every variable declared within its scope.

struct Scope
GrVariable[string] localVariables;

Meta