peek2(s,n) -- displays contents of s to depth n, bypassing installed methods.
It applies the default output method to the object s, bypassing the installed method for objects of its class.
i1 : s = factor 112 |
i2 : peek s |
i3 : peek2(s,2) |
See also:
Class of returned value: Net -- the class of all nets and stringsWays to use peek2 :