http://qs321.pair.com?node_id=1227302


in reply to Re^4: Grep Pattern
in thread Grep Pattern

I was about to say it also creates a shitload of scalars, but it doesn't. `0,1,1,0` repeatedly places the same 4 scalars on the stack. They are created at compile-time and associated with the opcode that returns them. Not bad