Why this: [ 1/0 ] on: ZeroDivide do: [:ex | ex resume: 1 ]. returns 1, but this: [ 1.0/0 ] on: ZeroDivide do: [:ex | ex resume: 1 ]. hangs (causes infinite loop) ?
-- View this message in context: http://forum.world.st/Confusing-ZeroDivide-tp4813627.html Sent from the Pharo Smalltalk Users mailing list archive at Nabble.com.