addVar method

void addVar(
  1. Name name
)

Implementation

void addVar(Name name) {
  currentScope!.environment!.add(name.value);
}