<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to 33: ==&gt; binds more tightly than +</title><link>https://sourceforge.net/p/millscript/bugs/33/</link><description>Recent changes to 33: ==&gt; binds more tightly than +</description><atom:link href="https://sourceforge.net/p/millscript/bugs/33/feed.rss" rel="self"/><language>en</language><lastBuildDate>Mon, 02 Jun 2008 17:13:58 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/millscript/bugs/33/feed.rss" rel="self" type="application/rss+xml"/><item><title>==&gt; binds more tightly than +</title><link>https://sourceforge.net/p/millscript/bugs/33/</link><description>&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;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Mon, 02 Jun 2008 17:13:58 -0000</pubDate><guid>https://sourceforge.net2c3ac4e2466fcb21f799903f4304689d9c54f856</guid></item></channel></rss>