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

5 lines
90 B
Text
Raw Permalink Normal View History

2016-12-05 22:15:40 +01:00
Out-Quibble
Out-Quibble "ABC"
Out-Quibble "ABC", "DEF"
Out-Quibble "ABC", "DEF", "G", "H"