# File lib/sexp_processor.rb, line 366
    def [] name
      hash = @env.find { |closure| closure.has_key? name }
      hash[name] if hash
    end