Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

[REBOL] Re: Can I define an anti function?

From: antonr:iinet:au at: 25-Feb-2004 1:34

The function it produces is interesting.
>> f: func [a b][a = b] >> g: anti f >> probe :g
func [a b][native func [a b][a = b] get/any 'a get/any 'b] This 'native function is undocumented and it's not obvious to me what it does. Anton.