P-Code Instructions (pcode.hlp) (Table of Contents; Topic list)
Drop<t>
                                              Up Contents Index Back
──P-Code Instructions───────────────────────────────────────────────────────
 
  Syntax
 
  Drop<t>
 
  /* Drop (pop and discard) top item on stack */
 
  Possible Instructions
 
  DropW, DropT
 
  See: P-Code Data Types
 
  Description
 
  Decrements the stack pointer by the appropriate amount to pop the top
  stack element and discard its value.
 
  Pseudocode equivalent:
 
  Pop<t>();
 
 
                                     -♦-