pushScope method

void pushScope(
  1. Dictionary parentScope
)

Implementation

void pushScope(Dictionary parentScope) => eval(PushNewScope(parentScope));