User Tools

Site Tools


prpl:printstack

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
prpl:printstack [2016/12/02 23:33] – external edit 127.0.0.1prpl:printstack [2025/02/14 14:57] (current) – external edit 127.0.0.1
Line 1: Line 1:
 <- [[.:prplreference| PRPL reference]] <- [[.:prplreference#everything_else_2|Everything Else 2]] <- [[.:prplreference| PRPL reference]] <- [[.:prplreference#everything_else_2|Everything Else 2]]
  
-=====  PRINTSTACK  =====+=====  PrintStack  =====
  
 ^Arguments^Result^Notation^ ^Arguments^Result^Notation^
Line 8: Line 8:
  
 === Description === === Description ===
 +Prints all the values from the stack to the prpl output file without removing them.
  
 === Examples === === Examples ===
-<code> foreach(Data d in stack) {  +<code prpl> 
- DebugText.PrintMessage(this,sb.ToString());  +#inspect what a function does to the stack 
- +PrintStack # see stack before the call 
 +@MyFunction 
 +PrintStack # see stack after the call
 </code> </code>
  
prpl/printstack.1480721632.txt.gz · Last modified: 2025/02/14 14:56 (external edit)