[REBOL] Re: Context - code included- 2nd version
From: lmecir:mbox:vol:cz at: 16-Sep-2001 14:57
> > word1: 'word1 > > word2: use 'word2 ['word2] > > It seems to me that 'word2 in the use block remains global. An use bug? Ori'm> wrong?Indeed, it looks as a bug. I thought that use 'word2 ['word2] and use [word2] ['word2] should yield the same result, but they apparently don't.> Ciao (my english is bad) > Romano >Ciao Ladislav