public override StringBuilder AppendTo(StringBuilder sb) { sb.Append('~'); sb = SExpr.AppendTo(sb); return(sb); }