The List is Back
[1/1] from: rebol665::ifrance::com at: 5-Mar-2002 22:42
Yeah the list is back !
I have so much material that I printed most of it. My dessert will be Holger
contribution. I have to thank Ladislav for his always very short posts "qui
font mouche à tous les coups". I have a lot from Joel too about bind and
use.
And I have discovered from Andrew's post, the existence of rebol/words/x
that allows one to access the global x from inside a context/object.
>> x: 100
== 100
>> for x 1 3 1 [print [x " <-> " rebol/words/x]]
1 <-> 100
2 <-> 100
3 <-> 100
>>
Great day for the list !
Patrick