![[next]](next.gif)
![[previous]](previous.gif)
![[up]](up.gif)
![[top]](top.gif)
Synopsis:
Code:
-- ../m2/methods.m2:190-193
target Thing := (h) -> (
if h.?target then h.target
else if (class h)#?(symbol target) then (class h)#?(symbol target)
else error (toString h | " of class " | toString class h | " has no target"))
![[next]](next.gif)
![[previous]](previous.gif)
![[up]](up.gif)
![[top]](top.gif)