Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
manual:chapter6:stack:cmd_drop [2019/10/01 15:30] jojo1973 Indentation of the example code |
manual:chapter6:stack:cmd_drop [2019/11/28 14:44] (current) jojo1973 Added flags -28 and -29 |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ==== DROP ==== | ==== DROP ==== | ||
| ---- | ---- | ||
| - | <callout color=" | + | <callout type=" |
| + | ---- | ||
| + | Remove one object from the top of the stack | ||
| + | </ | ||
| + | |||
| + | <callout color=" | ||
| ---- | ---- | ||
| ^ __Input Stack__ | ^ __Input Stack__ | ||
| | **O** | **→** | | **O** | **→** | ||
| - | | //Level 1// | | + | | //Level 1// | |
| {{page> | {{page> | ||
| - | | {{fa> | + | |**Type**| [[manual: |
| - | | {{fa> | + | |**Parallel |
| - | | {{fa> | + | |**Affected by flags**| [[manual: |
| + | |:::| [[manual: | ||
| </ | </ | ||
| - | < | + | <callout color=" |
| ---- | ---- | ||
| - | This command | + | The '' |
| + | |||
| + | When the stack is in RPN mode '' | ||
| </ | </ | ||
| - | <callout type="success" icon=" | + | <callout type="warning" icon=" |
| ---- | ---- | ||
| - | This command is fully compatible with userRPL. | + | This command is only partially |
| + | |||
| + | In particular: | ||
| + | * In userRPL RPN stack mode is not supported. | ||
| </ | </ | ||
| <callout type=" | <callout type=" | ||
| ---- | ---- | ||
| - | The following program: | ||
| < | < | ||
| - | « | + | 3: "This is a string" |
| - | 123 | + | 2: { ' |
| - | 456 | + | 1: 1_m |
| - | 789 | + | …………………………………………………………………………………… |
| - | DROP | + | DROP |
| - | » | + | </ |
| + | will result in | ||
| + | < | ||
| + | 2: "This is a string" | ||
| + | 1: { ' | ||
| + | …………………………………………………………………………………… | ||
| </ | </ | ||
| - | leaves '' | ||
| </ | </ | ||
| - | <callout color=" | + | <callout color=" |
| + | ---- | ||
| {{page> | {{page> | ||
| </ | </ | ||