Arc Forumnew | comments | leaders | submitlogin
2 points by greatness 5909 days ago | link | parent

instead of using (car x) to store the object type is there a way to use annotate to do it? I'm kind of confused on how that works.


1 point by sacado 5908 days ago | link

Yes annotate is the arcish way to do so I think. Just do (= x (annotate x 'sphere)) and after that (type x) would give you what you want.

-----