<html><head></head><body><div style="font-family:Helvetica Neue, Helvetica, Arial, sans-serif;font-size:16px;"><div><div>It can be done like this with a return, for example<br></div><div><br></div><div>1 to: 10 do: [:each |  (each = 1) ifTrue: [^'Found it!'].</div><div><br></div><div>The caret makes you "exit"<br></div><div><br></div><div><br></div><div class="ydp1080edf6signature">----------------- <br>BenoĆ®t St-Jean <br>Yahoo! Messenger: bstjean
 <br>Twitter: @BenLeChialeux
 <br>Pinterest: benoitstjean
 <br>Instagram: Chef_Benito<br>IRC: lamneth
 <br>Blogue: endormitoire.wordpress.com
 <br>"A standpoint is an intellectual horizon of radius zero".  (A. Einstein)</div></div>
            <div><br></div><div><br></div>
            
            <div id="ydpdb585747yahoo_quoted_1655570848" class="ydpdb585747yahoo_quoted">
                <div style="font-family:'Helvetica Neue', Helvetica, Arial, sans-serif;font-size:13px;color:#26282a;">
                    
                    <div>
                        On Friday, November 17, 2017, 12:21:20 AM EST, RedTigerFish <chihuyu@gmail.com> wrote:
                    </div>
                    <div><br></div>
                    <div><br></div>
                    <div><div dir="ltr">In C loop, there is break method which allows the program to jump out of the<br></div><div dir="ltr">loop when certain criteria has been met.<br></div><div dir="ltr"><br></div><div dir="ltr">What is the counterpart in Smalltalk if there's one?<br></div><div dir="ltr"><br></div><div dir="ltr"><br></div><div dir="ltr"><br></div><div dir="ltr">-----<br></div><div dir="ltr">Dig, dig where you are,<br></div><div dir="ltr">Down below's well.<br></div><div dir="ltr">Let those that walk in darkness shout, <br></div><div dir="ltr">Down below's hell.<br></div><div dir="ltr">--<br></div><div dir="ltr">Sent from: <a href="http://forum.world.st/Squeak-Beginners-f107673.html" rel="nofollow" target="_blank">http://forum.world.st/Squeak-Beginners-f107673.html</a><br></div><div dir="ltr">_______________________________________________<br></div><div dir="ltr">Beginners mailing list<br></div><div dir="ltr"><a href="mailto:Beginners@lists.squeakfoundation.org" rel="nofollow" target="_blank">Beginners@lists.squeakfoundation.org</a><br></div><div dir="ltr"><a href="http://lists.squeakfoundation.org/mailman/listinfo/beginners" rel="nofollow" target="_blank">http://lists.squeakfoundation.org/mailman/listinfo/beginners</a><br></div></div>
                </div>
            </div></div></body></html>