# File B_syntaxbäume.rb, line 19
  def to_s(n)
    ausgabe = @name
    return ausgabe
  end