[Oberon] Call error: Oberon-Test. not found

Michael Schierl schierlm at gmx.de
Mon Apr 1 22:16:33 CEST 2024


Hello Peter,


Am 01.04.2024 um 18:21 schrieb peter at easthope.ca:
> Hi,
>
> Appears I have a lapse of memory or recognition.
>
> In LinuxA2 Generic, 64-bit, rev.9799 this trivial module compiles.
>
> MODULE Test IN Oberon;
> 	VAR trace: BOOLEAN;
> BEGIN
> 	trace := TRUE
> END Test.
>
> In the Linux host,
> # ls *Test*Uu
> Oberon-Test.GofUu  Oberon-Test.SymUu
>
> Middle mouse on Test yields this in System.Log.
> Call error: Oberon-Test. not found

There is no PROCEDURE with an empty name "" in Module "Oberon-Test".

Add an exported procedure Foo then you can call Test.Foo.


Hope this helps,


Michael


More information about the Oberon mailing list