# File B_syntaxbäume.rb, line 88
  def to_s(n)
    ausgabe = @quellstring + "\n"
    return ausgabe
  end