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

  1. Syntax10.Scn.Fnt
  2. Browser - the Oberon module broser
  3. Browser.ShowDef (^ | module)
  4.     shows the definition of an Oberon module
  5. Browser.ShowObj (^ | module.object)
  6.     shows the definition of an exported object
  7. Browser.ShowTree {modulename} ~
  8.     shows the hierarchy of exported record types
  9. Examples:
  10.     Browser.ShowDef Oberon
  11.     Browser.ShowObj Files.Set
  12.     Browser.ShowTree Display Viewers MenuViewers TextFrames ~
  13.