RosettaCodeData/Task/Stack/PowerShell/stack-2.psh
2023-07-01 13:44:08 -04:00

1 line
46 B
Text

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