RosettaCodeData/Task/Empty-string/PowerShell/empty-string-1.psh
2023-07-01 13:44:08 -04:00

4 lines
107 B
Text

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