[Oberon] Protocols (interfaces) in Oberon-2

August Karlstrom fusionfile at gmail.com
Mon Oct 26 21:15:16 CET 2020


On 2020-10-26 07:55, Jörg wrote:
> Here my proposal for doing this in standard Oberon-07.
[...]
> MODULE Usage;
> IMPORT Data, Jsonify, Persistify;
> TYPE
>    User = RECORD (Data.Tree)
>      j: Jsonify;
>      p: Persistify
>    END;

You mean j: Jsonify.Methods and p: Persistify.Methods here, right?


-- August


More information about the Oberon mailing list