Differences
This shows you the differences between two versions of the page.
— |
manual:chapter6:system:cmd_version [2019/11/24 14:43] (current) jojo1973 created |
||
---|---|---|---|
Line 1: | Line 1: | ||
+ | ==== VERSION ==== | ||
+ | ---- | ||
+ | <callout type="primary" color="" icon="fa fa-book" title="Synopsis"> | ||
+ | ---- | ||
+ | Get newRPL version string | ||
+ | </callout> | ||
+ | <callout color="green" icon="fa fa-indent" title="Stack Diagram"> | ||
+ | ---- | ||
+ | ^ __Input Stack__ ^ ^ __Output Stack__ ^^ | ||
+ | | | **→** | **S<sub>2</sub>** | **S<sub>1</sub>** | | ||
+ | | //Level 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-1commands-that-cannot-parallel-process|Group 1]] || | ||
+ | |**Affected by flags**| None || | ||
+ | </callout> | ||
+ | |||
+ | <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. | ||
+ | </callout> | ||
+ | |||
+ | <callout type="success" icon="true" title="Compatibility"> | ||
+ | ---- | ||
+ | This command is fully compatible with userRPL. | ||
+ | </callout> | ||
+ | |||
+ | <callout type="info" icon="true" title="Usage"> | ||
+ | ---- | ||
+ | <code> | ||
+ | 1: | ||
+ | …………………………………………………………………………………… | ||
+ | VERSION | ||
+ | </code> | ||
+ | will result in | ||
+ | <code> | ||
+ | 2: "newRPL Build 1315" | ||
+ | 1: "(c) 2018 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> |