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

5 lines
107 B
Text
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
[string]$alpha = "abcdefghijklmnopqrstuvwxyz"
[string]$empty = ""
# or...
[string]$empty = [String]::Empty