[REBOL] word
From: fantam:mailandnews at: 13-Aug-2000 17:39
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







