<br><br><div><span class="gmail_quote">2006/2/19, Peter Crowther &lt;<a href="mailto:Peter@ozzard.org">Peter@ozzard.org</a>&gt;:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
&gt; From: [...] nelson<br>&gt; argument of or: must be a block or variable<br>&gt; (or: is the method i'm implementing)<br><br>You've just been hit by the Compiler trying to compile inline code for<br>'and:' and 'or:', I suspect.&nbsp;&nbsp;If you reimplement them as fuzzyAnd: and
<br>fuzzyOr:, the problem will probably go away.<br><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;- Peter<br><br></blockquote></div><br>
Dear Peter,<br>
&nbsp;&nbsp; the problem is that i HAVE to impelement and: .... I have
a fuzzyAnd: method, but i want to be able to mix crisp and fuzzy value,
so redefining and: definition would be the best choice... can I disable
this code inlining?<br>
<br>
thanks,<br>
&nbsp; nelson<br>