Waldemar Horwat (2013-12-04T02:13:04.000Z)
On 12/03/2013 05:30 PM, Mark S. Miller wrote:
> What's ^^ ?

a^^b would essentially be the same as !a!=!b except that it would return the actual truthy value if it returns true.

     Waldemar
domenic at domenicdenicola.com (2013-12-10T01:42:26.376Z)
On 12/03/2013 05:30 PM, Mark S. Miller wrote:
> What's `^^`?

`a^^b` would essentially be the same as `!a!=!b` except that it would return the actual truthy value if it returns true.