RosettaCodeData/Task/Stack/PowerShell/stack-2.psh
2023-07-01 11:58:00 -04:00

1 line
46 B
Text

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