I have a small script named t04.r with a header like:

REBOL [ Title: " test "  Author: " ww " ]

this is loaded with

     do %t04.r
 or
     do load %t04.r

I  have tried to access the header fields with
many variations of

       Title
        mold system/script
        REBOL/Title

etc. but nothing works. What do I need to do here?

Reply via email to