<div dir="ltr"><div>Is there or plan (maybe already done) to add loops to Mercury Language?<br><br></div>Visual Prolog has loops of the form:<br><br>foreach I=std::fromTo(1,1000) do<br>   %...whatever<br>end foreach.<br></div>