<html><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class=""><meta http-equiv="Content-Type" content="text/html; charset=utf-8" class=""><div style="word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class="">It is by definition erroneous. It is counter to the definition of the standard language. That is a problem that should be fixed.<br class=""><div class=""><br class=""><blockquote type="cite" class=""><div class="">On Jul 18, 2019, at 7:53 PM, Nicolas Cellier <<a href="mailto:nicolas.cellier.aka.nice@gmail.com" class="">nicolas.cellier.aka.nice@gmail.com</a>> wrote:</div><br class="Apple-interchange-newline"><div class=""><div dir="auto" class="">Is it really a problem?<div dir="auto" class="">Did the system horribly break?</div><div dir="auto" class="">IMO this should just be not recommended.</div></div><br class=""><div class="gmail_quote"><div dir="ltr" class="gmail_attr">Le ven. 19 juil. 2019 à 00:39, Chris Muller <<a href="mailto:asqueaker@gmail.com" class="">asqueaker@gmail.com</a>> a écrit :<br class=""></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr" class="">Wow.  We should disallow that.  Those words are reserved.</div><br class=""><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Wed, Jul 17, 2019 at 5:52 AM Levente Uzonyi <<a href="mailto:leves@caesar.elte.hu" target="_blank" rel="noreferrer" class="">leves@caesar.elte.hu</a>> wrote:<br class=""></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Hi All,<br class="">
<br class="">
You can currently evaluate the following:<br class="">
<br class="">
[ :self :thisContext |<br class="">
        | nil super true false |<br class="">
        nil := 1.<br class="">
        super := 2.<br class="">
        true := 3.<br class="">
        false := 4.<br class="">
        self + thisContext = (nil + super + true + false) ] value: 4 value: 6<br class="">
<br class="">
Is this the expected behavior or should we disallow such oddities?<br class="">
<br class="">
Levente<br class="">
<br class="">
</blockquote></div>
<br class="">
</blockquote></div>
<br class=""></div></blockquote></div><br class=""></div></body></html>