<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 12pt;
font-family:Calibri
}
--></style></head>
<body class='hmmessage'><div dir='ltr'>Hi,<br><br>Does anyone know the reasoning behind functionality of the EXIT statement?<br>Why does it only work inside a LOOP statement and not inside WHILE and FOR?<br>And also why is there no CONTINUE statement (as in C, Python, ...) , to skip to<br>the next iteration of a loop?<br><br>Is there some inherent drawback/downside in adding this to the language?<br><br>I'm looking into the OP2 compiler to see if I can add a few features that I like or that seem<br>quite useful for my needs.<br><br>Matic<br>                                               </div></body>
</html>