==== VERSION ====
----
Get **newRPL** version strings
----
^ __Input Stack__ ^ ^ __Output Stack__ ^^
| **** | **→** | **Sbuild** | **Scopyright** |
| //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// ||
----
The ''VERSION'' command returns two strings:
* the release build number;
* a copyright message.
----
''VERSION'' is fully equivalent to its **userRPL** counterpart.
----
**__Input__**
4:
3:
2:
1:
…………………………………………………………………………………………………………
VERSION
\\
**__Output__**
4:
3:
2: "newRPL Build 1497"
1: "(c) 2014-2021 The newRPL Team"
…………………………………………………………………………………………………………
----
{{page>manual:chapter6:system&nofooter&noeditbtn&inline}}