3 lines
68 B
Text
3 lines
68 B
Text
|
|
$IsOdd = [boolean]( $N -band 1 )
|
||
|
|
$IsEven = [boolean]( $N -band 0 )
|