Re: Object to Atom
- Posted by buzzo Jul 02, 2013
- 1368 views
Thanks... made slight change .. it does not "fit"
object my_object my_object = {2} atom my_atom my_atom = 0 -- check the size first if atom(my_object) then ? my_object else puts(1,"Object will not fit in atom\n" ) end if sleep(5)