[Oberon] syntax for exporting a procedure

Alexander Iljin ajsoft at yandex.ru
Sun Sep 26 19:21:20 MEST 2010


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.

---=====---
 Alexander



More information about the Oberon mailing list