<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css" style="display:none"><!-- p { margin-top: 0px; margin-bottom: 0px; }--></style>
</head>
<body dir="ltr" style="font-size:12pt;color:#000000;background-color:#FFFFFF;font-family:Calibri,Arial,Helvetica,sans-serif;">
<p><span style="color:rgb(33,33,33); font-size:12pt">>Also, when you find an error, you want to return after setError because setError is not a _Noreturn function.</span><br>
</p>
<div style="color:rgb(33,33,33)">
<div>
<div class="gmail_extra"><br>
</div>
<div class="gmail_extra">I know.<br>
</div>
<div class="gmail_extra">No need to place one more explicit <span style="color: rgb(33, 33, 33); font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 16px; background-color: rgb(255, 255, 255);">return </span>, because line above checks for that and
 return:</div>
<div class="gmail_extra"><br>
if (Cur == "}" || Cur == "local:" || Error)​ <br>
</div>
<div class="gmail_extra">return;<br>
</div>
<div class="gmail_extra"><br>
</div>
<div class="gmail_extra">George.<br>
</div>
</div>
</div>
</body>
</html>