[REBOL] useful return bug?
From: rotenca::telvia::it at: 23-Dec-2001 15:11
Return convert set-word in word. type? do does [return to-set-word 'a] It preserve binding. If it is a bug, it is a useful bug. Now only get-word can't be converted preserving binding. Here it is my: un-set-word: func [word [set-word!]][return :word] --- Ciao Romano