<div dir="ltr"><br><div class="gmail_extra"><br><br><div class="gmail_quote">On Sat, Aug 31, 2013 at 11:28 AM, Bob Arning <span dir="ltr">&lt;<a href="mailto:arning315@comcast.net" target="_blank">arning315@comcast.net</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
  

    
  
  <div bgcolor="#FFFFFF" text="#000000">
    If you are typing some javascript inside a squeak string, like:<br>
    <br>
    <font face="Georgia">&#39;mumble(&quot;x&quot;);<br>
      grumble(&quot;*&quot;);&#39;</font></div></blockquote><div><br></div><div>I have a quasi-literal implementation that&#39;ll fix that ;-)</div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div bgcolor="#FFFFFF" text="#000000"><br>
    <br>
    there are subtle things that can go wrong. If you inadvertently type<br>
    <br>
    <font face="Georgia">mumble(&#39;x&#39;);</font><br>
    <br>
    you&#39;ll get a compiler error, but if you type<br>
    <br>
    <font face="Georgia">grumble(&#39;*&#39;</font>);<br>
    <br>
    can you guess the result without actually running it?<br>
    <br>
    Cheers,<br>
    Bob<br>
  </div>

<br><br>
<br></blockquote></div><br><br clear="all"><div><br></div>-- <br>best,<div>Eliot</div>
</div></div>