RosettaCodeData/Task/Empty-string/PowerShell/empty-string-2.psh

3 lines
64 B
Plaintext

[String]::IsNullOrEmpty($alpha)
[String]::IsNullOrEmpty($empty)