X-Git-Url: http://git.subgeniuskitty.com/vvhitespace/.git/blobdiff_plain/d8954ff0eef3998b84815d6f05bea317a4fd3f41..2d2ef3fec003d3a651467c7ddd72f612c7334914:/stdlib/stack.pvvs?ds=inline diff --git a/stdlib/stack.pvvs b/stdlib/stack.pvvs index 8705c6a..0403044 100644 --- a/stdlib/stack.pvvs +++ b/stdlib/stack.pvvs @@ -217,14 +217,14 @@ NTN | RTS @ deepdup @ Description: @ Duplicates an item deep on the stack, placing the duplicate on TOS. -@ By default, maximum depth is 11. -@ True maximum depth is (max depth of stackrotate & stackrotatereverse)-3. +@ By default, maximum depth is 13. +@ True maximum depth is (max depth of stackrotate & stackrotatereverse)-1. @ Call Stack: @ stack word n @ ... @ stack word 1 -@ dupdepth <-- TOS -@ Return Stack: +@ dupdepth <-- TOS +@ Return Stack: (dupdepth=3) @ stack word n @ ... @ stack word 1