Arc Forum
new
|
comments
|
leaders
|
submit
login
2 points
by
greatness
6096 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
6096 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.
-----