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


|shiftp

Function: |shiftpN { [a b ... n o ... ] n -> [ o ... ] }
file: job.t
package: muf
status: alpha

Remove first n elements from a block, discarding them. This is equivalent to n |shiftp operations.

Stack: 
[ 'a' 'b' 'c' 'd' |
Stack: [ 'a' 'b' 'c' 'd' |
2 |shiftpN
Stack: [ 'c' 'd' |

See section |shift. See section |shiftp.


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