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

[REBOL] Re: documentation on all system/ paths

From: gerardcote:sympatico:ca at: 26-Dec-2002 16:53

Hi Bryan, ----- Original Message ----- From: "bryan" <[bry--itnisk--com]> To: <[rebol-list--rebol--com]> Sent: Wednesday, December 25, 2002 3:07 AM Subject: [REBOL] Re: documentation on all system/ paths
> >try help system from the console - it will list all sub paths (1 level > >down). > >You could also have look at anamonitor.r which does something similar > in a > >view format. > > I tried help system first but it kept freezing up on me. I will try > anamonitor, thanks. >
You're not the first one to react so after a first try at looking inside the SYSTEM OBJECT, but take care - this is simply an illusion you got. Your system is not freezed. It is working hard to look in the inside of the SYSTEM OBJECT itself. This is a HUGE OBJECT and it takes time and a lot of memory available for your system to success at the task. I just tried it on my Pentium 166 with most of the 64Megs RAM not available since it was used by other apps and here is what I got after a couple of minuts to wait after it... REBOL/View 1.2.1.3.1 21-Jun-2001 Copyright 2000-2001 REBOL Technologies. All rights reserved. REBOL is a trademark of REBOL Technologies. WWW.REBOL.COM Type DESKTOP or SET-USER for settings.
>> help system
** Script Error: Not enough memory ** Where: help ** Near: mold :value
>>
HTH, Gerard