;Show Stack by Hex - http://hex.palaceplanet.net ;Originaly by MNB show_stack GLOBAL { { 0 ss = "; The Stack:" LOCALMSG { ss PICK TOPTYPE [ { POP "; " } { ITOA "; " SWAP & } { POP "; " } { POP "; " } { "; \"" SWAP & "\"" & } { POP "; [" } { POP "; " } ] SWAP GET EXEC LOCALMSG ss ++ } { ss STACKDEPTH 1 - < } WHILE } { "; Err: Requires IptVersion 1" LOCALMSG } IPTVERSION IFELSE } show_stack DEF