[REBOL] Rebol header when 'loading a file
From: tim::johnsons-web::com at: 14-Aug-2005 16:01
Hi Rebolers:
Let say I have a rebol file with a rebol header
rebol[
file: %test.r
]
;; some values
a: 1
b: 2
;; EOF
and I load it as:
>> B: context load %test.r
;; access values as members of 'B context
>> b/a
== 1
>> B/b
== 2
;; how do I access the rebol header itself?
;; Somehow I get behind on current documentation.
;; Pointers to docs are greatly welcome!
thanks
tim
--
Tim Johnson <[tim--johnsons-web--com]>
http://www.alaska-internet-solutions.com