RosettaCodeData/Task/Currying/PowerShell/currying-3.psh

2 lines
74 B
Text
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
(4,9,16,25 | ForEach-Object { & (add $_) ([Math]::Sqrt($_)) }) -join ", "