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

5 lines
107 B
Text
Raw Permalink Normal View History

2016-12-05 22:15:40 +01:00
[string]$alpha = "abcdefghijklmnopqrstuvwxyz"
[string]$empty = ""
# or...
[string]$empty = [String]::Empty