<html><head><meta http-equiv="Content-Type" content="text/html charset=iso-8859-1"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><br><div><div>On 2013-08-31, at 20:28, Bob Arning &lt;<a href="mailto:arning315@comcast.net">arning315@comcast.net</a>&gt; wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite">
  

    <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
  
  <div bgcolor="#FFFFFF" text="#000000">
    If you are typing some javascript inside a squeak string, like:<br>
    <br>
    <font face="Georgia">'mumble("x");<br>
      grumble("*");'</font><br>
    <br>
    there are subtle things that can go wrong. If you inadvertently type<br>
    <br>
    <font face="Georgia">mumble('x');</font><br>
    <br>
    you'll get a compiler error, but if you type<br>
    <br>
    <font face="Georgia">grumble('*'</font>);<br>
    <br>
    can you guess the result without actually running it?<br>
    <br>
    Cheers,<br>
    Bob</div></blockquote><br></div><div>You mean&nbsp;</div><div><br></div><div><span class="Apple-tab-span" style="white-space:pre">        </span>'grumble('*');'</div><div><br></div><div>I do have a guess indeed :)</div><br><div>
<span class="Apple-style-span" style="border-collapse: separate; border-spacing: 0px 0px; color: rgb(0, 0, 0); font-family: Lucida Grande; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; text-align: auto; -khtml-text-decorations-in-effect: none; text-indent: 0px; -apple-text-size-adjust: auto; text-transform: none; orphans: 2; white-space: normal; widows: 2; word-spacing: 0px; "><div style="font-family: Helvetica; "><span class="Apple-style-span" style="font-family: Helvetica; ">- Bert -</span></div><br class="Apple-interchange-newline"></span>

</div>
<br></body></html>