<div dir="ltr">Hi,<div><br></div><div>I was wondering how one can break and continue loops in Oberon-07? </div><div>In Oberon-2 there is a LOOP keyword which has EXIT to break the loop, but it is removed from Oberon-07, and the EXIT keyword can't be used in FOR or WHILE loops.</div><div>I was also wondering if a realloc() function similar to C can be made in Oberon? Because it can be used to create dynamic arrays much like the CPP's std::vector. I am well aware that I could use a linked list for that purpose, but I'm curious about dynamic arrays. </div><div><br></div><div>Regards</div></div>