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.1.3.8. isConstant
Returns
.true
if the method is a Constant method, otherwise returns
.false
.
See also
::CONSTANT
directive.
Example 5.28. Method class — isConstant method
say
.physics
~
method
(
"
c
"
)
~
isConstant
-- 1
::
class
physics
::
constant
c
299792458
Prev
5.1.3.7. isAttribute
Up
Home
Next
5.1.3.9. isGuarded