RosettaCodeData/Task/Empty-string/PowerShell/empty-string-1.ps1
2026-04-30 12:34:36 -04:00

4 lines
107 B
PowerShell

[string]$alpha = "abcdefghijklmnopqrstuvwxyz"
[string]$empty = ""
# or...
[string]$empty = [String]::Empty