Re: SWITCH question
- Posted by jimcbrown (admin) Jan 07, 2018
- 1738 views
irv said...
jimcbrown said...
The fact that it's an atom on the inside, even though it looks like an integer when you print it out or test it with integer(), is probably what's making it break here.
If the object is deleted, then it's obvious why there is a sig fault.
IIUC the object isn't deleted at this point. Rather, it's the fact that the object is an atom - true integers don't seem to be a problem.
irv said...
And secondly, does the eu.ex interpreter also delete the objects
It has the same functionality, but is limited to a max of 20 delete routines.