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. ==== VERSION ==== <callout type="primary" color="" icon="fa fa-book" title="Synopsis"> ---- Get **newRPL** version strings </callout> <callout color="green" icon="fa fa-indent" title="Stack Diagram"> ---- ^ __Input Stack__ ^ ^ __Output Stack__ ^^ | **** | **→** | **S<sub>build</sub>** | **S<sub>copyright</sub>** | | //Level 1// | //→// | //Level 2// | //Level 1// | {{page>manual:chapter6:aux:legend&nofooter&noeditbtn&inline}} | **Keyword type** | [[manual:chapter5:basics#commands|Command]] || | **Parallel list processing capabilities** | [[manual:chapter5:listproc#group-1commands-that-cannot-parallel-process|Group 1]] | //Commands that cannot parallel process// | | **Affected by flags** | //None// || </callout> <callout color="orangered" icon="fa fa-comment" title="Description"> ---- The ''VERSION'' command returns two strings: * the release build number; * a copyright message. </callout> <callout type="success" icon="true" title="Compatibility"> ---- ''VERSION'' is fully equivalent to its **userRPL** counterpart. </callout> <callout type="info" icon="true" title="Usage"> ---- **__Input__** <code> 4: 3: 2: 1: ………………………………………………………………………………………………………… VERSION </code> \\ **__Output__** <code> 4: 3: 2: "newRPL Build 1497" 1: "(c) 2014-2021 The newRPL Team" ………………………………………………………………………………………………………… </code> </callout> <callout color="darkgray" icon="fa fa-hand-o-right" title="Related Commands"> ---- {{page>manual:chapter6:system&nofooter&noeditbtn&inline}} </callout> manual/chapter6/system/cmd_version.txt Last modified: 2021/09/14 11:24by jojo1973