According to rebol documentation, the 
rebol header is an object.

If so, how does the rest of the script file
access the header?

Given the following code:

REBOL
[
    Title: "Scan Web Sites"
    Date:   12-Nov-1997
    Author: ["Ema User" "Wasa Writer"]
]
print REBOL/Title
; the line above generates the error message:
** Script Error: Invalid path value: Title.
** Where: print REBOL/Title

what would be the correct syntax.
Thanks
Tim

Reply via email to