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_depth [2019/10/22 14:53] jojo1973 Fixed internal link |
manual:chapter6:stack:cmd_depth [2021/09/19 13:28] (current) jojo1973 Redone |
||
---|---|---|---|
Line 1: | Line 1: | ||
==== DEPTH ==== | ==== DEPTH ==== | ||
- | ---- | ||
<callout type=" | <callout type=" | ||
---- | ---- | ||
Line 9: | Line 8: | ||
---- | ---- | ||
^ __Input Stack__ | ^ __Input Stack__ | ||
- | | | **→** | + | | |
- | | //Level 1// | // | + | | //Level 1// | // |
{{page> | {{page> | ||
- | |**Type**| [[manual: | + | | **Keyword type** | [[manual: |
- | |**Parallel list processing**| [[manual: | + | | **Parallel list processing |
- | |**Affected by flags**| | + | | **Affected by flags** |
+ | | ::: | [[manual: | ||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
</ | </ | ||
Line 22: | Line 35: | ||
---- | ---- | ||
The '' | The '' | ||
+ | |||
+ | When the stack is in RPN mode '' | ||
</ | </ | ||
- | <callout type="success" icon=" | + | <callout type="warning" icon=" |
---- | ---- | ||
- | This command | + | '' |
+ | |||
+ | In particular: | ||
+ | |||
+ | * In **userRPL** RPN stack mode is not supported. | ||
</ | </ | ||
<callout type=" | <callout type=" | ||
---- | ---- | ||
+ | **__Input__** | ||
< | < | ||
- | 3: " | + | 4: |
- | 2: | + | 3: 1_m |
- | 1: 1_m | + | 2: |
- | …………………………………………………………………………………… | + | 1: " |
- | DEPTH | + | ………………………………………………………………………………………………………… |
+ | DEPTH | ||
</ | </ | ||
- | will result in | + | \\ |
+ | **__Output__** | ||
< | < | ||
- | 4: " | + | 4: 1_m |
- | 3: | + | 3: |
- | 2: 1_m | + | 2: " |
- | 1: | + | 1: |
- | …………………………………………………………………………………… | + | ………………………………………………………………………………………………………… |
+ | |||
</ | </ | ||
</ | </ | ||
Line 53: | Line 75: | ||
{{page> | {{page> | ||
</ | </ | ||
+ |