[Oberon] How to mimic an associative array

Duke Normandin dukeofperl at ml1.net
Thu Dec 2 20:18:35 CET 2010


On Thu, 2 Dec 2010, Aubrey.McIntosh at Alumni.UTexas.Net wrote:

> Oh, I did make one slip up that will probably vex anyone new to Oberon,
> I should have used "myHashPtr" almost everywhere I typed "myHash"

OK! made the changes! However, just to be sure:

TYPE
   myHashPtr = POINTER to myHash;

myHash refers to my example:

TYPE
   myHash = RECORD
   ...

does it not?

-- 
Duke



More information about the Oberon mailing list