Show pageDiscussionOld revisionsBacklinksBack to top This page is read only. You can view the source, but not change it. Ask your administrator if you think this is wrong. ==== NDUPN ==== ---- <callout type="primary" color="" icon="fa fa-book" title="Synopsis"> ---- Replicate one object N times and return N </callout> <callout color="green" icon="fa fa-indent" title="Stack Diagram"> ---- ^ __Input Stack__ ^^ ^ __Output Stack__ ^^^^ | **O<sub>1</sub>** | **I<sub>n</sub>** | **→** | **O<sub>1</sub>** | **...** | **O<sub>1</sub>** | **I<sub>n</sub>** | | //Level 2// | //Level 1// | //→// | //Level n+1// | //...// | //Level 2// | //Level 1// | {{page>manual:chapter6:aux:legend&nofooter&noeditbtn&inline}} |**Type**| [[manual:chapter5:basics#commands|Command]] || |**Parallel list processing**| [[manual:chapter5:listproc#group-2commands-that-must-use-dolist-to-parallel-process|Group 2]] || |**Affected by flags**| None || </callout> <callout color="orangered" icon="fa fa-comment" title="Description"> ---- The ''NDUPN'' command creates N duplicates of the object on the second level of the stack and returns N. </callout> <callout type="success" icon="true" title="Compatibility"> ---- This command is fully compatible with userRPL. </callout> <callout type="info" icon="true" title="Usage"> ---- <code> 3: { 'X' 'Y' 'Z' } 2: 1_m 1: 4 …………………………………………………………………………………… NDUPN </code> will result in <code> 6: { 'X' 'Y' 'Z' } 5: 1_m 4: 1_m 3: 1_m 2: 1_m 1: 4 …………………………………………………………………………………… </code> </callout> <callout color="darkgray" icon="fa fa-hand-o-right" title="Related Commands"> ---- {{page>manual:chapter6:stack&nofooter&noeditbtn&inline}} </callout> manual/chapter6/stack/cmd_ndupn.txt Last modified: 2019/10/22 14:58by jojo1973