X-Git-Url: http://git.subgeniuskitty.com/vvhitespace/.git/blobdiff_plain/d8954ff0eef3998b84815d6f05bea317a4fd3f41..48f884892a9cb24c1be8bb0d8f5f5f6851c03bd5:/stdlib/stack.pvvs diff --git a/stdlib/stack.pvvs b/stdlib/stack.pvvs index 8705c6a..8ed5e9d 100644 --- a/stdlib/stack.pvvs +++ b/stdlib/stack.pvvs @@ -1,3 +1,6 @@ +@ (c) 2020 Aaron Taylor +@ See LICENSE.txt file for copyright and license details. + #ifndef VVS_STDLIB_STACK #define VVS_STDLIB_STACK @@ -217,14 +220,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