[Oberon] PO 2013 allows one to "override" predefined procedures and functions

Andreas Pirklbauer andreas_pirklbauer at yahoo.com
Sat May 29 04:52:44 CEST 2021


By contrast, should the following be allowed?

  MODULE M;

    VAR ch: CHAR;
      CHAR: INTEGER;  (*this is allowed in PO 2013*)

  BEGIN CHAR := 1
  END M.

-ap



More information about the Oberon mailing list