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/09/17 16:39] jojo1973 Tweaks |
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: | ||
| < | < | ||
| - | « 123 456 789 DROP » | + | 3: "This is a string" |
| + | 2: { ' | ||
| + | 1: 1_m | ||
| + | …………………………………………………………………………………… | ||
| + | DROP | ||
| + | </ | ||
| + | will result in | ||
| + | < | ||
| + | 2: "This is a string" | ||
| + | 1: { ' | ||
| + | …………………………………………………………………………………… | ||
| </ | </ | ||
| - | leaves '' | ||
| </ | </ | ||
| - | <callout color=" | + | <callout color=" |
| + | ---- | ||
| {{page> | {{page> | ||
| </ | </ | ||