RosettaCodeData/Task/Null-object/PowerShell/null-object.ps1
2026-04-30 12:34:36 -04:00

3 lines
35 B
PowerShell

if ($null -eq $object) {
...
}