[Oberon] Assumed issue in the Lola-2 compiler

rochus.keller at bluewin.ch rochus.keller at bluewin.ch
Tue Apr 16 12:45:07 CEST 2019


I have to correct my last post. My mathematical skills are obviously a bit rusty.

>> Oberon in contrast to C/C++ requires y and r to be >= 0 (y=0 is not forbidden) 
This is not fully correct since 0 <= r < y requires y to be greater than zero. So in Oberon a DIV or MOD by zero is not allowed. Only r=0 is allowed. But the rest should be right (hopefully). Sorry for that.

Best 
R.K.


More information about the Oberon mailing list