[Oberon] Obtaining the title of a marked viewer.

Aubrey McIntosh aubrey.mcintosh at utexas.edu
Mon Feb 27 00:11:32 CET 2017


For another module to use the constant, it has to be marked with the export
marker, *.


On Sun, Feb 26, 2017 at 3:37 PM, <peter at easthope.ca> wrote:

> From:   Andreas Pirklbauer
> Date:   Sat, 18 Feb 2017 20:10:06 +0100
> > The command Edit.Store shows ...
>
> OK, thanks.  Following examples in Edit.
>
> LinuxAos rev.6661 here.  TextFrames has CONST
>         StandardMenu = "System.Close System.Copy System.Grow Edit.Search
> Edit.Store";
>
> Nevertheless attempted compilation of the following Test
> gives "undeclared identifier (selector)".  Can anyone confirm
> or refute this?
>
> Thanks,                     ... Lyall E.
>
> MODULE Test IN Oberon;
> IMPORT Out, TextFrames;
>
> PROCEDURE RefStandardmenu*;
> BEGIN
>         Out.String("TextFrames.Standardmenu = "); Out.Ln;
>         Out.String("    "); Out.String(
>                 TextFrames.Standardmenu); Out.Ln
> END RefStandardmenu;
>
> BEGIN
> END Test.
>
> Test.RefStandardmenu
>
>
>
>
> --
>
> 123456789 123456789 123456789 123456789 123456789 123456789 123456789
> Tel: +1 360 639 0202                      Pender Is.: +1 250 629 3757
> http://easthope.ca/Peter.html              Bcc: peter at easthope. ca
>
> --
> Oberon at lists.inf.ethz.ch mailing list for ETH Oberon and related systems
> https://lists.inf.ethz.ch/mailman/listinfo/oberon
>



-- 
Aubrey McIntosh, Ph.D.
1502 Devon Circle
Austin TX 78723
(512) 348-7401
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.inf.ethz.ch/pipermail/oberon/attachments/20170226/ab7c0957/attachment.html>


More information about the Oberon mailing list