Next: BlockClosure-exception handling, Previous: BlockClosure-built ins, Up: BlockClosure [Index]
Evaluate the receiver ’forever’ (actually until a return is executed or the process is terminated).
Evaluate the receiver until it returns true
Evaluate the receiver. If it returns false, evaluate aBlock and restart
Evaluate the receiver until it returns false
Evaluate the receiver. If it returns true, evaluate aBlock and restart