Hi! The question is about freeing memory that has been allocated with the allocate word. allocate throw works both at the command line in bigforth and in xbigforth
However free throw behaves strangely. In bigforth free returns 0 as the result for ior and throw does not do anything. That is my code works. In xbigforth the same code does not work. I found out that all my calls to free return -1 as ior. Please, tell me what I do wrong. Thank you! -- Sergey --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
