# File lib/waxeye.rb, line 74
    def to_s_sexpr()
      acc = []
      display_sexpr_iter(self, acc)
      acc.to_s
    end