[Oberon] Module aliases - what is the correct way to handle them
August Karlstrom
fusionfile at gmail.com
Mon Jul 13 18:27:51 CEST 2020
On 2020-07-13 17:57, Joerg wrote:
> Debug output could be coded like this
> IMPORT Out, Debug := Out;
> and all your debug output like Debug.Str(“packet sent“) appears on screen.
I don't think we can (or should) rely on the import order; an Oberon
implementation could choose to import modules from right to left and
it's not obvious that a module should be allowed to be imported twice.
-- August
More information about the Oberon
mailing list