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


seq[

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

The seq[ function pushes an ascending sequence of integers on the stack:

Stack:
5 seq[
Stack: [ 0 1 2 3 4 |

(The block contains values 0-4, and is of length 5.)


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