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

[REBOL] how many words?

From: rchristiansen:pop:isdfa:sei-it at: 27-Dec-2000 17:21

Using /Core 2.4.39.3.1 for Windows, I discover there are 1,132 'words in /Core.
>> foreach word first system/words [w: w + 1]
== 1132 But when I run %rebdoc.r it generates a dictionary list of only 276 words. Meanwhile, if in %rebdoc.r I make 'show-all "true" instead of "false" it generates a dictionary list of 327 words. Why the discrepency? -Ryan