Looks good.=20 About=20 bind bl in c 'a Actually the value has a place! Because 'bind has a return value ;)
a: 1 c: context [a: 5] bind 'a in c 'a ; Which 'a to bind? probe bind 'a in c 'a=20 probe get bind 'a in c 'a ; bind returns word, we can get its value probe bind 'a 'system ; finds the global 'a probe get bind 'a 'system gives a 5 a 1 Why that happens is in your explanation :) On 4/16/05, Michael Berg <[EMAIL PROTECTED]> wrote: >=20 [snipped, hope you have the original ;) ] --=20 -Volker "Any problem in computer science can be solved with another layer of indirection. But that usually will create another problem." David Wheeler -- To unsubscribe from the list, just send an email to lists at rebol.com with unsubscribe as the subject.
