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


|subblock[

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

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

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

See section |extract[.


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