RosettaCodeData/Task/Stack/PowerShell/stack-2.psh

2 lines
46 B
Plaintext

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