I am confused. Consider this small script: REBOL [] block: ["a" "b" "c"] code: [print member] foreach member block [do code] Upon execution, I get : ** Script Error: member has no value. ** Where: print member >> I guess I have to use 'bind or 'use somewhere, but I'm not sure which and how. Thanks for your help -- Fantam
- [REBOL] word Re: Fantam
- [REBOL] word Re: tim
- [REBOL] word Re:(2) Fantam
- [REBOL] word Re: ptretter
- [REBOL] word Re:(2) Fantam
- [REBOL] word Re: larry
- [REBOL] word Re:(2) Fantam
- [REBOL] word Re:(3) larry
- [REBOL] word Re:(4) Fantam
- [REBOL] word Re: rryost
