[ | :n | n=n ] value: 4. bug
Brian T Rice
water at tunes.org
Tue May 6 13:26:25 PDT 2003
On Tue, 6 May 2003, Paul Dufresne wrote:
> [ | :n | n=n ] value: 4.
> cause an error. And I believe it is causing problems with _ at dictionary
> detect.
Slate 3> [| :n | n = n] value: 4.
True
Slate is separator-sensitive. That is, you must distinguish message-sends
with surrounding whitespace for it to be individualized. This is one
secret about Slate: that more characters than Squeak's normal set are
allowed for identifiers / selectors.
I don't see any reason for Dictionary detect: to fail in this perspective.
--
Brian T. Rice
LOGOS Research and Development
http://tunes.org/~water/
More information about the Slate
mailing list