{
MInterval interval = new MInterval (key, pos - from, stack);
- Console.Write ("divide-reft({0}) at ", pos); DumpOne (false, true);
+ Console.Write ("divide-left({0}) at ", pos); DumpOne (false, true);
from = pos;
if (left != null)
{
Console.WriteLine (plist);
foreach (MPlist p in plist)
Console.WriteLine (p.Key + ":" + p.Val);
+ Console.WriteLine (plist.Clone ());
}
}
mt.DumpProp ();
mt.Ins (4, new MText ("45678"));
mt.DumpProp ();
+ mt.PopProp (0, 3, sym);
+ mt.DumpProp ();
+ mt.PopProp (2, 8, sym);
+ mt.DumpProp ();
}
}