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 <[EMAIL PROTECTED]>
http://www.alaska-internet-solutions.com
--
To unsubscribe from the list, just send an email to
lists at rebol.com with unsubscribe as the subject.