home *** CD-ROM | disk | FTP | other *** search
/ Amiga MA Magazine 1998 #6 / amigamamagazinepolishissue1998.iso / coders / jËzyki_programowania / oberon / tool / def.tool (.txt) < prev    next >
Oberon Text  |  1977-12-31  |  1KB  |  25 lines

  1. Syntax10.Scn.Fnt
  2. Syntax10i.Scn.Fnt
  3. Def.Show ^
  4. Def.Show *
  5. Def.Show */p
  6. Def.Show ~
  7. -----------------------------------------------------------
  8. Oberon / Oberon-2 Definition Projector (cas  8-Feb-91)
  9. Extracts the exported part of a module and displays the result as a
  10. "definition module", called a definition projection.  Besides the usual
  11. Oberon export rule, comments may be exported by using one of the
  12. following conventions:
  13.     (** ... *)
  14.     (** ... **)
  15. All export marks (*) are removed from the projection to reduce clutter.
  16. However, limited export marks (-) are preserved.  Textual formatting
  17. (indentation, fonts) is mostly preserved.  Projecting a definition is fast
  18. enough to encourage on-the-fly projection without ever storing a
  19. projection which could easily lead to inconsistencies.
  20. (Note that projections are always related to source texts, while the
  21. system browser produces results consistently related to symbol files.)
  22. Def.Show follows the usual parameter conventions.  The option "/p"
  23. forces "plain style" projections using the default font, only.
  24. -----------------------------------------------------------
  25.