<?xml version="1.0" encoding="utf-8"?>
<feed xml:lang="en" xmlns="http://www.w3.org/2005/Atom"><title>Recent changes to 33: ==&gt; binds more tightly than +</title><link href="https://sourceforge.net/p/millscript/bugs/33/" rel="alternate"/><link href="https://sourceforge.net/p/millscript/bugs/33/feed.atom" rel="self"/><id>https://sourceforge.net/p/millscript/bugs/33/</id><updated>2008-06-02T17:13:58Z</updated><subtitle>Recent changes to 33: ==&gt; binds more tightly than +</subtitle><entry><title>==&gt; binds more tightly than +</title><link href="https://sourceforge.net/p/millscript/bugs/33/" rel="alternate"/><published>2008-06-02T17:13:58Z</published><updated>2008-06-02T17:13:58Z</updated><author><name>Anonymous</name><uri>https://sourceforge.net/u/userid-None/</uri></author><id>https://sourceforge.net2c3ac4e2466fcb21f799903f4304689d9c54f856</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;How tightly should the ==&amp;gt; operator bind? For example the following code will fail:&lt;/p&gt;
&lt;p&gt;:-) 1 ==&amp;gt; 1 + 1;&lt;br /&gt;
MISHAP : Integer needed&lt;br /&gt;
OBJECT : ( 1 ==&amp;gt; 1 )&lt;br /&gt;
ORIGIN : origin&lt;br /&gt;
LINE NO. : 1&lt;br /&gt;
PHASE : Evaluation&lt;br /&gt;
Resetting input and resuming execution&lt;/p&gt;
&lt;p&gt;Earlier versions give a ClassCastException.&lt;/p&gt;
&lt;p&gt;The question is should it work "as expected" and give a result of:&lt;/p&gt;
&lt;p&gt;:-) 1 ==&amp;gt; 1 + 1;&lt;br /&gt;
There is 1 result&lt;br /&gt;
( 1 ==&amp;gt; 2 );&lt;/p&gt;
&lt;p&gt;Or should we continue to require:&lt;/p&gt;
&lt;p&gt;:-) 1 ==&amp;gt; ( 1 + 1 );&lt;br /&gt;
There is 1 result&lt;br /&gt;
( 1 ==&amp;gt; 2 )&lt;/p&gt;&lt;/div&gt;</summary></entry></feed>