<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css" style="display:none;"><!-- P {margin-top:0;margin-bottom:0;} --></style>
</head>
<body dir="ltr">
<div id="divtagdefaultwrapper" style="font-size: 12pt; color: rgb(0, 0, 0); font-family: Calibri, Helvetica, sans-serif, "EmojiFont", "Apple Color Emoji", "Segoe UI Emoji", NotoColorEmoji, "Segoe UI Symbol", "Android Emoji", EmojiSymbols;" dir="ltr">
<p style="margin-top:0;margin-bottom:0">Hello,</p>
<p style="margin-top:0;margin-bottom:0"><br>
</p>
<p style="margin-top:0;margin-bottom:0">Iterate silently ignores "for ... previous" clauses that reference undefined variables, e.g,</p>
<p style="margin-top:0;margin-bottom:0"></p>
<div>(iter (repeat 2)<br>
   (for x previous y initially 0)<br>
   (collect x))</div>
<p></p>
<p style="margin-top:0;margin-bottom:0">returns <span>(0 0)</span>.</p>
<p style="margin-top:0;margin-bottom:0"><br>
</p>
<p style="margin-top:0;margin-bottom:0">A patch to fix the bug is attached. Can someone apply it please.</p>
<p style="margin-top:0;margin-bottom:0"><br>
</p>
<p style="margin-top:0;margin-bottom:0">Thanks,</p>
<p style="margin-top:0;margin-bottom:0">Ilya</p>
<p style="margin-top:0;margin-bottom:0"><br>
</p>
</div>
</body>
</html>