RosettaCodeData/Task/Currying/PowerShell/currying-3.psh
2023-07-01 13:44:08 -04:00

1 line
74 B
Text

(4,9,16,25 | ForEach-Object { & (add $_) ([Math]::Sqrt($_)) }) -join ", "