Nov. 21, 2011
5:46 a.m.
On 20 November 2011 16:19, Philippe Marschall <kustos@gmx.net> wrote:
Hi
Am I right that the argument to #ifCurtailed: is run in a different process (like #ensure: in an exception case)?
not necessary. A non-local returns are also trapped by it: [ ^ xx ] ifCurtailed: [ ... ]
Cheers Philippe
-- Best regards, Igor Stasenko.