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

[REBOL] Re: System/Words

From: tim:johnsons-web at: 6-Sep-2001 12:05

On Thu, Sep 06, 2001 at 11:15:22AM -0700, Ammon Cooke wrote:
> Hi, > > Some time ago I think I saw a system/words browser that someone created. I had no idea at that time how valuable that was.... Can someone help me locate it again? > > Thanks!! > Ammon > > PS I browsed the Script Library for a while, but with its wonderful search capabilities...
Try browse-system.r also: You may want to try the following script, which will allow you to capture all sytem words in html content. WARNING: works on Linux, can't vouch for Windoooz #!/usr/bin/rebol -cs ; change to reflect your system REBOL[] print "Content-Type: text/html^/" ; comment, uncomment as you wish ;tst: first system/words ;tst: sort tst print "<pre>" ;repeat t tst[print mold t] print mold system/words ; will capture entire system object, might break on Windooz
> -- > To unsubscribe from this list, please send an email to > [rebol-request--rebol--com] with "unsubscribe" in the > subject, without the quotes.
-- Tim Johnson <[tim--johnsons-web--com]> http://www.johnsons-web.com