manual:chapter6:libdata:cmd_mkbindata

Differences

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

Link to this comparison view

Both sides previous revision Previous revision
manual:chapter6:libdata:cmd_mkbindata [2019/10/29 15:44]
jojo1973
manual:chapter6:libdata:cmd_mkbindata [2021/09/20 09:24] (current)
jojo1973 Redone
Line 1: Line 1:
 ==== MKBINDATA ==== ==== MKBINDATA ====
----- 
 <callout type="primary" color="" icon="fa fa-book" title="Synopsis"> <callout type="primary" color="" icon="fa fa-book" title="Synopsis">
 ---- ----
-Create binary data container object+Create binary data container object
 </callout> </callout>
  
Line 10: Line 9:
 ^  __Input Stack__  ^  ^  __Output Stack__  ^ ^  __Input Stack__  ^  ^  __Output Stack__  ^
 |  **Num<sub>size</sub>**  |  **→**  |  **D**  | |  **Num<sub>size</sub>**  |  **→**  |  **D**  |
-|  //Level 1//  |  //→//  |  //Level 1//  | +|  //Level 1//  |  //→//  |  //Level 1//  |
  
 {{page>manual:chapter6:aux:legend&nofooter&noeditbtn&inline}} {{page>manual:chapter6:aux:legend&nofooter&noeditbtn&inline}}
  
-|**Type**| [[manual:chapter5:basics#commands|Command]]  || +| **Keyword type**  | [[manual:chapter5:basics#commands|Command]]  || 
-|**Parallel list processing**| [[manual:chapter5:listproc#group-5one-argument-one-result-commands|Group 5]]  ||  +| **Parallel list processing capabilities**  | [[manual:chapter5:listproc#group-5one-argument-one-result-commands|Group 5]]  | //One argument, one result commands//  
-|**Affected by flags**| None  ||+| **Affected by flags**  //None//  || 
 + 
 + 
 + 
 + 
 + 
 + 
 + 
 + 
 + 
 + 
 + 
 + 
 + 
 </callout> </callout>
  
 <callout color="orangered" icon="fa fa-comment" title="Description"> <callout color="orangered" icon="fa fa-comment" title="Description">
 ---- ----
-The ''MKBINDATA'' command creates a binary data container object of specified size. The object is not initialized and contains random data: it's user'responsability to initialize it properly.+The ''MKBINDATA'' command creates a binary data container object of specified size. The object is not initialized and contains random data: it's user'responsibility to initialize it properly.
 </callout> </callout>
  
 <callout type="danger" icon="true" title="Compatibility"> <callout type="danger" icon="true" title="Compatibility">
 ---- ----
-This command is new in newRPL and does not exist in userRPL.+''MKBINDATA'' is specific to **newRPL** and has no direct equivalent in **userRPL**.
 </callout> </callout>
  
 <callout type="info" icon="true" title="Usage"> <callout type="info" icon="true" title="Usage">
 ---- ----
 +**__Input__**
 <code> <code>
-1:                             +4:                                       
-…………………………………………………………………………………… +3:                                       
-MKBINDATA+2:                                       
 +1:                                     
 +………………………………………………………………………………………………………… 
 +MKBINDATA                               
 </code> </code>
-will result in+\\ 
 +**__Output__**
 <code> <code>
-1:              BINDATA 1 A4gACz +4:                                       
-…………………………………………………………………………………… +3:                                       
 +2:                                       
 +1:                      BINDATA 1 A4gACz 
 +………………………………………………………………………………………………………… 
 +                                        
 </code> </code>
 </callout> </callout>
Line 48: Line 69:
 {{page>manual:chapter6:libdata&nofooter&noeditbtn&inline}} {{page>manual:chapter6:libdata&nofooter&noeditbtn&inline}}
 </callout> </callout>
 +
  • manual/chapter6/libdata/cmd_mkbindata.1572389040.txt.gz
  • Last modified: 2019/10/29 15:44
  • by jojo1973