i1 : MutableNest = new Type of MutableHashTable
o1 = MutableNest
o1 : Type
i2 : x = new MutableNest
o2 = MutableNest{}
o2 : MutableNest
i3 : net MutableNest := t -> "hi there";
i4 : x
o4 = hi there
o4 : MutableNest
> --
> You received this message because you are subscribed to the Google Groups "Macaulay2" group.
> To post to this group, send email to maca...@googlegroups.com.
> To unsubscribe from this group, send email to macaulay2+...@googlegroups.com.
> For more options, visit this group at http://groups.google.com/group/macaulay2?hl=en.