[Oberon] Eliminating RETURN statements

Diego Sardina dsar at eml.cc
Wed Apr 8 10:25:37 CEST 2020


On Wed, Apr 8, 2020, at 1:30 AM, Hans Klaver wrote:
> 
> This Oberon-07 code is definitely much more convoluted than 
> the C and older Oberon code, obscuring the algorithm considerably.
> 

It's the opposite, these premature exits (return, continue, exit etc..) hide the post-condition of the algorithm.

In Jörg's examples they are easy to guess, but harder when a RETURN statement is present.

--
Diego Sardina


More information about the Oberon mailing list