RosettaCodeData/Task/Stack/PowerShell/stack-2.psh
2016-12-05 22:15:40 +01:00

1 line
46 B
Text

1, 2, 3, 4 | ForEach-Object {$stack.Push($_)}