From: Ronald Fischer Date: 2007-08-06T21:54:05+09:00 Subject: Re: yield or call? > > Is there a principal reason when to prefer call over yield (or vice > > versa), or are these only syntactic variations of the same feature? > > I think you mean just yield (not yield b). Correct! > yield is a lot faster: Thank you (and also to all the others) for the clarification. Ronald