Prev
Open Object Rexx
Next
Code style
dark
electric
light
print
rgfdark
rgflight
tokio-day
tokio-night
vim-dark-blue
vim-dark-darkblue
vim-dark-desert
vim-dark-elflord
vim-dark-evening
vim-dark-industry
vim-dark-koehler
vim-dark-murphy
vim-dark-pablo
vim-dark-ron
vim-dark-slate
vim-dark-torte
vim-light-delek
vim-light-morning
vim-light-peachpuff
vim-light-shine
vim-light-zellner
5.4.17.22. name
Returns the language processor's descriptive name in the format that is also returned by
PARSE VERSION
, which is
an interpreter identification string (that includes
version
and
architecture
),
the interpreter
languageLevel
and
the interpreter build
date
.
See also methods
version
and
languageLevel
, and keyword instruction
PARSE VERSION
.
Example 5.302. RexxInfo class — name method
say
.RexxInfo
~
name
-- REXX-ooRexx_5.0.0(MT)_64-bit 6.05 22 Dec 2018 /* e. g. */
Prev
5.4.17.21. modification
Up
Home
Next
5.4.17.23. package