Pastie now auto-senses if line-wrap is a bad or good idea. Feedback?
## mark a section (Learn more)
> x = function() { print (1);var d = yield y; print(d); }; (function () {print(1);var d = (yield y);print(d);}) > gen = x() ({}) > gen.next() 1 2 > gen.send("abc") abc ERROR: Could not evaluate script: exception `[object StopIteration]'
This paste will be private.
From the Design Piracy series on my blog: