manual:chapter6:system:cmd_version

Differences

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

Link to this comparison view

manual:chapter6:system:cmd_version [2019/11/24 14:43]
jojo1973 created
manual:chapter6:system:cmd_version [2021/09/14 11:24] (current)
jojo1973 Redone
Line 1: Line 1:
 ==== VERSION ==== ==== VERSION ====
----- 
 <callout type="primary" color="" icon="fa fa-book" title="Synopsis"> <callout type="primary" color="" icon="fa fa-book" title="Synopsis">
 ---- ----
-Get newRPL version string+Get **newRPL** version strings
 </callout> </callout>
  
Line 9: Line 8:
 ---- ----
 ^  __Input Stack__  ^  ^  __Output Stack__  ^^ ^  __Input Stack__  ^  ^  __Output Stack__  ^^
-|  |  **→**  |  **S<sub>2</sub>**  |  **S<sub>1</sub>** + ****   **→**  |  **S<sub>build</sub>**  |  **S<sub>copyright</sub>** 
-|  //Level 1//  |  //→//  |  //Level 2//  |  //Level 1//  | +|  //Level 1//  |  //→//  |  //Level 2//  |  //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-1commands-that-cannot-parallel-process|Group 1]]  ||  +| **Parallel list processing capabilities**  | [[manual:chapter5:listproc#group-1commands-that-cannot-parallel-process|Group 1]]  | //Commands that cannot parallel process//  
-|**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 ''VERSION'' command returns two strings: the string on level 2 contains the build number and the string on level 1 contains a copyright message.+The ''VERSION'' command returns two strings: 
 + 
 +  * the release build number
 +  * a copyright message.
 </callout> </callout>
  
 <callout type="success" icon="true" title="Compatibility"> <callout type="success" icon="true" title="Compatibility">
 ---- ----
-This command is fully compatible with userRPL.+''VERSION'' is fully equivalent to its **userRPL** counterpart.
 </callout> </callout>
  
 <callout type="info" icon="true" title="Usage"> <callout type="info" icon="true" title="Usage">
 ---- ----
 +**__Input__**
 <code> <code>
-1:                               +4:                                       
-…………………………………………………………………………………… +3:                                       
-VERSION+2:                                       
 +1:                                       
 +………………………………………………………………………………………………………… 
 +VERSION                                 
 </code> </code>
-will result in+\\ 
 +**__Output__**
 <code> <code>
-2:           "newRPL Build 1315+4:                                       
-1:    "(c) 2018 The newRPL Team" +3:                                       
-…………………………………………………………………………………… +2:                   "newRPL Build 1497
 +1:       "(c) 2014-2021 The newRPL Team" 
 +………………………………………………………………………………………………………… 
 +                                        
 </code> </code>
 </callout> </callout>
Line 49: Line 72:
 {{page>manual:chapter6:system&nofooter&noeditbtn&inline}} {{page>manual:chapter6:system&nofooter&noeditbtn&inline}}
 </callout> </callout>
 +
  • manual/chapter6/system/cmd_version.txt
  • Last modified: 2021/09/14 11:24
  • by jojo1973