RosettaCodeData/Task/Bitwise-operations/PowerShell/bitwise-operations-1.psh

5 lines
45 B
Plaintext

$X -band $Y
$X -bor $Y
$X -bxor $Y
-bnot $X