RosettaCodeData/Task/XML-XPath/PowerShell/xml-xpath-3.psh

3 lines
79 B
Text
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
$namesAndPrices = $items | Select-Object -Property name, price
$namesAndPrices