automatic typcasting
- Posted by gertie at visionsix.com Jan 10, 2003
- 482 views
I have a problem with sequences being converted to atoms without my permission. I was doing length(junk), and getting occasional errors like "cannot length an atom", but they *were* sequences that were being munged. I changed to "if sequence(junk)" and the program ran. Are empty sequences being retypecast as atoms somewhere? Kat