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.5.17. findPublicRoutine
Returns the public routine named
name
. Returns
.nil
if no public routine of the specified name exists within the scope of the receiving package.
See also methods
publicRoutines
and
findRoutine
.
Example 5.44. Package class — findPublicRoutine method
say
.context
~
package
~
findPublicRoutine
(
"
Dummy
"
)
~
source
-- "nop"
::
routine
Dummy
public
nop
Prev
5.1.5.16. findPublicClass
Up
Home
Next
5.1.5.18. findRoutine