[REBOL] Re: Exclude Problems
From: ammoncooke:y:ahoo at: 28-Sep-2001 17:49
Yes you can also redefine 'exclude. There are NO words that you cannot redefine! 'exclude is a native value so its source is not readily available. To define a refinement: some-func: func [/refinement values-to-pass-with-refinement][ if refinement [do code] ] HTH! Ammon PS Did you see the code Joel Neely provided? It is far better than the code I posted.