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


|rotate

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

Circulate the contents of a block by n slots:

Stack: 
10 seq[
Stack: [ 0 1 2 3 4 5 6 7 8 9 |
1 |rotate
Stack: [ 1 2 3 4 5 6 7 8 9 0 |


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