Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

[REBOL] Re: newbie question (and some frustration)

From: maximo:meteorstudios at: 2-Mar-2004 11:47

> -----Original Message----- > From: Greg Brondo [mailto:[greg--brondo--algx--com]] > BTW, is there anywhere to find info about all the available > system objects and > what not in Rebol? I 've notice in a some or Carl's scripts > he accesses > object that I've never seen mentioned in the documentation.
That is because they exist only within specific contexts. an example is the whole vid layout engine, which is subtly closed from the outside, but if you start peeking into its code, you will see a massive amount of things which do not seem to exist... that is because they are wrapped in contexts (objects). The definite rebol sniffer is Romano's anaMonitor! its the deFacto debugging/analysis tool many have come to rely on :-) get it on the rebol.org repository at: http://www.rebol.org/cgi-bin/cgiwrap/rebol/view-script.r?script=anamonitor.r -MAx