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


|reverse

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

Reverse the contents of a block:

Stack: [ 101 102 103 |
|reverse
Stack: [ 103 102 101 |


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