<div dir="ltr">Hi all,<div><br></div><div>In most Oberon source, people tend to increment i with INC(i). Is there an efficiency reason for this, or is i := i + 1 just as fast?</div><div><br></div><div>I'm trying to write code that would be very easy for someone coming from python/C++ to understand, so I'd prefer to use i := i + 1 because it's syntactically familiar</div><div><br></div><div>best,</div><div>Jeff</div></div>