manual:chapter6:stack:cmd_drop

Differences

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

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revision Both sides next revision
manual:chapter6:stack:cmd_drop [2018/03/20 07:35]
claudio
manual:chapter6:stack:cmd_drop [2019/09/13 13:41]
jojo1973 First attempt at templqte redesign
Line 2: Line 2:
 ---- ----
 <callout color="black" icon="fa fa-indent" title="Stack Diagram"> <callout color="black" icon="fa fa-indent" title="Stack Diagram">
-Input Stack ^  ^ Output Stack +---- 
-| **O** | → | <<Empty>> |+ __Input Stack__  ^  ^  __Output Stack__  
 + **O**   →   | 
 +|  //Level 1//  |  **→**  |  //Level 1//  |  
 + 
 {{page>manual:chapter6:aux:legend&nofooter&noeditbtn&inline}} {{page>manual:chapter6:aux:legend&nofooter&noeditbtn&inline}}
  
-| **Command category** | [[..:|Stack]]  | 
-| **Can be used in symbolics** | No | 
-| **Affected by flags** | No | 
  
 +| **Can be used in symbolics** |  No  |
 +| **Affected by flags** |  No  |
 +| **Supports parallel list processing ** |  No  |
 +</callout>
 +
 +<callout type="primary" icon="fa fa-comment" title="Description">
 ---- ----
-===Description=== 
 This command will remove one object from the top of the stack. This command will remove one object from the top of the stack.
----- 
-===Related commands=== 
-DROPN DROP2 
 </callout> </callout>
-<callout type="success" icon="true"> + 
-===Compatibility===+<callout type="success" icon="true" title="Compatibility"> 
 +----
 This command is fully compatible with userRPL. This command is fully compatible with userRPL.
 </callout> </callout>
 +
 <callout type="info" icon="true" title="Notes and Examples"> <callout type="info" icon="true" title="Notes and Examples">
 +----
 The following program: The following program:
- +<code> 
-  « 123 DROP » +  « 123 456 789 DROP » 
-   +</code> 
-Will have no effect on the stack.  +leaves ''123'' and ''456'' on the stack.  
 </callout> </callout>
  
 +<callout color="black" title="Related Commands">
 +{{page>manual:chapter6:stack&nofooter&noeditbtn&inline}}
 +</callout>
  • manual/chapter6/stack/cmd_drop.txt
  • Last modified: 2019/11/28 14:44
  • by jojo1973