Name

xor

Synopsis

xor DEST, VAL1, VAL2
               

Logical XOR. Return VAL1 if it’s true and VAL2 is false. Return VAL2 if VAL2 is true and VAL1 is false. Otherwise, return false.

Get Perl 6 Essentials now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.