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

[REBOL] Re: System data

From: al:bri:xtra at: 3-Jan-2003 10:07

Steven White wrote:
> I notice you guys (in the gender-neutral sense) referring to SYSTEM/this
and SYSTEM/that, which seem to be data items used by REBOL and available to programmers. How did you find out what they all are? I have seen no documentation on the REBOL web site. Do you just poke around, or is there a more efficient way? There's some documentation in the Rebol/Core .PDF which can be found on this page: http://www.rebol.com/docs.html. Another way of looking at system is by simply doing something like: write %System.txt mold system Or you can explore it for yourself at the console:
>> type? system
== object!
>> probe first system
[self version build product components words license options user script console ports network schemes error standard view stats locale user-license] == [self version build product components words license options user script console ports network schemes error standard view stats...
>> probe system/version
2.5.3.3.1 == 2.5.3.3.1 And I'm sure there's a explorer script in Rebol avaible from someone on the list. Andrew Martin ICQ: 26227169 http://valley.150m.com/