>>>>> "J" == Joel VanderWerf <vjoel / PATH.Berkeley.EDU> writes:

J> Is yield psychic? 

 Yes,

 block_given? return true if a block was given to the current frame.

 yield look in the current frame, and the previous frame.


Guy Decoux