question of load function
try below:
data: load [REBOL [title: "load testing"] "hello" 34 [EMAIL PROTECTED] ]
print get head data 'title

REBOl return a ERROR,but please refer to manual "Loading data" part
(www.rebol.com/manual/opeloading.html),it should return string "load testing"
what happened? how to get data of the header?

Reply via email to