problem in porting from smalltalk

Peter Crowther Peter at ozzard.org
Sun Feb 19 13:08:45 UTC 2006


> From: [...] nelson
> argument of or: must be a block or variable
> (or: is the method i'm implementing)

You've just been hit by the Compiler trying to compile inline code for
'and:' and 'or:', I suspect.  If you reimplement them as fuzzyAnd: and
fuzzyOr:, the problem will probably go away.

		- Peter



More information about the Squeak-dev mailing list