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


dup[

Function: |dup[ do{ ... num -> ... [] }
file: 10-C-utils.t
package: muf
status: alpha

Create a block and put copies of the top num entries on the stack inside the block.

Stack:
'a' 'b' 'c' 3 dup[
Stack: 'a' 'b' 'c' [ 'a' 'b' 'c' |


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