Re: Object to Atom
- Posted by evanmars Jul 02, 2013
- 1369 views
object s = {2} atom my_atom if sequence(s) then if length(s) = 1 then my_atom = s[1] end if end if ? my_atom
object s = {2} atom my_atom if sequence(s) then if length(s) = 1 then my_atom = s[1] end if end if ? my_atom