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

5 lines
107 B
PowerShell
Raw Permalink Normal View History

2026-04-30 12:34:36 -04:00
[string]$alpha = "abcdefghijklmnopqrstuvwxyz"
[string]$empty = ""
# or...
[string]$empty = [String]::Empty