RosettaCodeData/Task/Comma-quibbling/PowerShell/comma-quibbling-2.ps1

5 lines
90 B
PowerShell
Raw Permalink Normal View History

2026-04-30 12:34:36 -04:00
Out-Quibble
Out-Quibble "ABC"
Out-Quibble "ABC", "DEF"
Out-Quibble "ABC", "DEF", "G", "H"