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

[REBOL] Re: System

From: gjones05:mail:orion at: 8-Jun-2001 10:59

From: "Jeannot Chapdelaine" ...
> Again, where can we find documentation for System/methods ?
... Hi, Jeannot, To my knowledge, the only comprehensive documentation of System/ is in reading the source itself. One way to get a complete document of the System/ at the mezzanine level is to type the following: echo %/path/to/my/system-1-2.txt probe system echo off It takes awhile, so don't be impatient, and the document will be about 1.5 MB large. Genuinely, if you wish to understand how something works, reading the mezzanine level of system is the way to do it. If you are looking for something in particular, there are shorter way to look. --Scott Jones