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


|dup[

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

Push a duplicate of the given block on the stack.

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


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