Hi!

I was surprised by trying to evaluate the following expression in a workspace:

[[ false ] whileFalse: [ ]]

and getting an error SubscriptOutOfBounds: 1...

The strange thing is that compiling that expression inside a block works, but not in the workspace...

Any idea?
Guille