your mail

Bert Freudenberg bert at isg.cs.uni-magdeburg.de
Wed May 30 13:55:04 UTC 2001


On Tue, 29 May 2001 reic0024 at d.umn.edu wrote:

> Hello everyone,
>
> Short question: Does Smalltalk have a way to break out of a block like "break"
> does in C?

You can return from the block to the calling method ("^self") or you can
raise an exception and catch it in an outer block.

-- Bert





More information about the Squeak-dev mailing list