3 lines
74 B
Text
3 lines
74 B
Text
|
|
$IsOdd = -not ( [bigint]$N ).IsEven
|
||
|
|
$IsEven = ( [bigint]$N ).IsEven
|