I just upgraded to the new release and tried to build the "dictionary.html"
file. Here is what happened:
>> do %reboldoc.r
Script: "REBOL Dictionary" (11-Jun-1999/21:57)
301 words in dictionary
alias has no also block
any-block! has no examples
any-function! has no examples
any-string! has no examples
any-type! has no examples
any-word! has no examples
datatype! has no examples
native! has no examples
none! has no examples
op! has no examples
path! has no examples
port! has no examples
query has no examples
random has no also block
refinement! has no examples
set-path! has no examples
symbol! has no examples
** Script Error: symbol? has no value.
** Where: either any-function? get name [
args: first get name
here: find args refinement!
if not here [here: length? args]
arg-list: form copy/part args here
spec: third get name
insert clear description either string? pick spec 1 [get-next spec] [
"This is an undocumented function"]
save-html [newline {<A NAME="A} checksum mold word {"></A> }]
save-html word-html
while [not empty? spec] [
arg: get-next spec
if any [arg = 'local number? arg] [break]
argument: mold :arg
words: either block? pick spec 1 [get-next spec] [none]
clear description
if string? pick spec 1 [insert description get-next spec]
either refinement? arg [save-html refs-html] [
append description rejoin [" <i>(accepts: "
any [words "any value"] ")</i>"]
save-html args-html
]
]
clear description
insert description <hr>
]
>>
I musta done somethin' wrong. But what?
Dave Fobare