<html>
    <head>
      <base href="https://bugs.webkit.org/" />
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - jsc: provide printErr()"
   href="https://bugs.webkit.org/show_bug.cgi?id=161513#c2">Comment # 2</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - jsc: provide printErr()"
   href="https://bugs.webkit.org/show_bug.cgi?id=161513">bug 161513</a>
              from <span class="vcard"><a class="email" href="mailto:jfbastien&#64;apple.com" title="JF Bastien &lt;jfbastien&#64;apple.com&gt;"> <span class="fn">JF Bastien</span></a>
</span></b>
        <pre>I'm not sure where / if to test this. I did the following locally:

$ ./current/bin/jsc 
<span class="quote">&gt;&gt;&gt; print([1,2,3])</span >
1,2,3
undefined
<span class="quote">&gt;&gt;&gt; printErr([3,4,5])</span >
3,4,5
undefined
<span class="quote">&gt;&gt;&gt; ^Dundefined</span >

$ ./current/bin/jsc 1&gt; /dev/null
print(&quot;hello&quot;)
printErr(&quot;hi!&quot;)
hi!</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>