# File format.rb, line 964
    def getBottomVarNames (vars)
      vars += @vars.flatten
      if (@bottom)
        vars += @bottom.getBottomVarNames(vars)
      end
      vars
    end