global

def declare_local_variable(local_variable)

def declare_local_variable(local_variable)
  static_env.declare(local_variable)
end