REBOL
Docs Blog Get-it

REBOL Version Numbering Method

REBOL provides a consistent version number method to identify itself.

General Format

Version numbers have the general format:

version.revision.update.platform.variation

For example, the version number:

2.7.6.3.1

indicates that it is:

Access to Version

In REBOL, you can get the version number from the system object:

print system/version
 2.7.6.3.1

In addition, you can get the product name with:

print system/product
 core

And also the build date:

print system/build
 10-July-2009/10:30-7:00

Newer versions also include words for platform identification:

probe system/platform
[Windows win32-x86]
About | Contact | PrivacyREBOL Technologies 2024