Hi Ladislav, >> clear head b: next "a" ;== "" >> join "a" b ; ->>>>>> CRASH "expand series overflow"
> I am not sure I understand your point. I wanted only to signal the crash and the fact that: - some functions works - some functions trig an error - some functions crash > Your latest sample is equivalent to: > clear head b: next "a" ;== "" > insert tail copy "a" b ; ->>>>>> CRASH "expand series overflow" > > Interesting is, that it isn't an overflow, although the interpreter thinks > it is. I can understand this result, but it signals, that the programmer > didn't consider this special case. The interpret never reach the end of serie, because it is already beyond it? --- Ciao Romano -- To unsubscribe from this list, please send an email to [EMAIL PROTECTED] with "unsubscribe" in the subject, without the quotes.
