|
Hi,
I've just noticed that you can evaluate:
1 ( 2
to get a walkback, "SmallInteger does not understand #(".
Don't worry, though, you can define the method:
( aNumber
^ self + aNumber + 23.
and that allows the original expression to evaluate OK.
It works with [ too.
However, there must be a bug in the debugger, because, for some reason, it
won't allow you to implement either method directly ;-)
-- chris
|