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


|extract[

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

The |extract[ function extracts a subblock from a given block:

Stack:
[ 'a' 'b' 'c' 'd' 'e' | 1 2 |extract[
Stack: [ 'a' 'c' 'd' 'e' | [ 'b' |

See section |subblock[.


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