<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On Mon, Feb 6, 2017 at 7:10 PM, Dan Norton <span dir="ltr"><<a href="mailto:dnorton@mindspring.com" target="_blank">dnorton@mindspring.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class=""><br></span>In looking for REPL (it's in the Cuis base as Transcripter > readEvalPrint) I found a new way to get a hang-up. In a workspace do:<br>
<br>
(Transcripter newInFrame: (0@0 extent: 100@200))<br>
    nextPutAll: 'Hello there'; endEntry;<br>
    newLine; print: 355.0/113; endEntry;<br>
    readEvalPrint.<br>
<br>
...and the clock stops. 'top' reports 100 %CPU for squeak.</blockquote><div><br></div><div>That is normal behavior - the REPL is not Morphic. Just type "quit" when you're done.</div><div><br></div><div>- Bert - </div></div></div></div>