Go to the first, previous, next, last section, table of contents.


|popp

Function: |popp { [a ... ] -> [ ... ] }
file: job.t
package: muf
status: alpha

Remove one entry from a block, discarding it. This is equivalent to the |pop pop code sequence:

[ 'a' 'b' 'c' |
Stack: [ 'a' 'b' 'c' |
|popp
Stack: [ 'a' 'b' |

See section |pop. See section |shiftp.


Go to the first, previous, next, last section, table of contents.