Rexx - version Command
This command is used to return the current version of NetRexx being used.
Syntax
version
Parameters
None
Return Value
The current version of NetRexx being used.
Example
/* Main program */ say version
When we run the above program we will get the following result.
Output
NetRexx 3.04 01 Jul 2015
rexx_netrexx.htm
Advertisements