[Oberon] syntax for exporting a procedure
Duke Normandin
dukeofperl at ml1.net
Sun Sep 26 19:30:39 MEST 2010
On Mon, 27 Sep 2010, Alexander Iljin wrote:
> Hello!
>
> DN> Hello list..
>
> DN> What is the proper syntax to export a procedure?
>
> DN> PROCEDURE some_name * (whatever);
> DN> ^^^
> DN> or
>
> DN> PROCEDURE some_name*(whatever);
> DN> ^
> DN> or does it matter?
>
> It does not matter, but I've only seen the following variant widely
> used:
>
> PROCEDURE some_name* (whatever);
>
> Plus, exported procedure's names are often written in bold.
Thank you for clearing that up, Alexander.
BTW, would that also apply to exported variables?
--
Duke
More information about the Oberon
mailing list