[Oberon] Oberon-07 - SYSTEM.MSET

Chris Burrows chris at cfbsoftware.com
Fri Jun 26 12:18:13 CEST 2020


> -----Original Message-----
> From: Tomas Kral [mailto:thomas.kral at email.cz]
> Sent: Friday, 26 June 2020 4:51 PM
> To: oberon at lists.inf.ethz.ch
> Cc: chris at cfbsoftware.com
> Subject: Re: [Oberon] Oberon-07 - SYSTEM.MSET
> 
> > Using the auto-increment extension to SYSTEM.PUT
> 
> Interesting, PUT(VAR addr...), addr passed by reference?
> 

Yes - there are two different signatures:

PROCEDURE PUT*(address: INTEGER; x: <any basic type>);

PROCEDURE PUT*(VAR address: INTEGER; x: <any basic type>; inc: INTEGER);

Regards,
Chris Burrows

CFB Software
https://www.astrobe.com



More information about the Oberon mailing list