sorry; odd keyboard shortcuts in Chromium<div><br></div><div>until (foo)</div><div>  {</div><div>  do.stuff()</div><div>  }</div><div><br></div><div>is equivalent to</div><div><br></div><div>while (! foo)</div><div>  {</div>
<div>  do.stuff()</div><div>  }</div><div><br></div><div>hope that helps,</div><div>Kas.</div>