Closed tenko closed 5 months ago
To be in line with other Oberon implementations and Modula-2, FREE is renamed to DISPOSE.
FREE
DISPOSE
ROL procedure is not found in any language report and can always be recast to a ROR call. It is therefore redundant.
ROL
ROR
Added unittests for NEW and DISPOSE.
NEW
CI was run and is all green for this change.
To be in line with other Oberon implementations and Modula-2,
FREE
is renamed toDISPOSE
.ROL
procedure is not found in any language report and can always be recast to aROR
call. It is therefore redundant.Added unittests for
NEW
andDISPOSE
.CI was run and is all green for this change.