![[next]](next.gif)
![[previous]](previous.gif)
![[up]](up.gif)
![[top]](top.gif)
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:
The function peek2 is a member of the class Function.
Class of returned value: Net -- the class of all nets and stringsWays to use peek2 :
![[next]](next.gif)
![[previous]](previous.gif)
![[up]](up.gif)
![[top]](top.gif)