1 2 3 4 5 6 7 8 9 10 |
> print 1;var d = yield y; printd; ; print1;var d = yield y;printd; > gen = x > gennext 1 2 > gensend"abc" abc ERROR: Could not evaluate script: exception `object StopIteration' |
1 2 3 4 5 6 7 8 9 10 |
> print 1;var d = yield y; printd; ; print1;var d = yield y;printd; > gen = x > gennext 1 2 > gensend"abc" abc ERROR: Could not evaluate script: exception `object StopIteration' |