RosettaCodeData/Task/Stack/Jq/stack-3.jq
2023-07-01 13:44:08 -04:00

4 lines
61 B
Text

Stack
| size, (push(3)
| size, (pop
| size, .item ))