RosettaCodeData/Task/Empty-string/PowerShell/empty-string-1.psh
2016-12-05 22:15:40 +01:00

4 lines
107 B
Text

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