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.20.7. name
Returns the name associated with the stack frame context. The name meaning depends on the type of context.
If the stack frame context is a method invocation,
name
is the message name used to invoke the method.
If the stack frame context is a routine invocation,
name
is the routine.
If the stack frame context is an internal routine invocation,
name
is the label name used to invoke the internal routine.
If the stack frame context is the initial main part of a Rexx program,
name
is the name of the file containing the program.
If the stack frame context is an INTERPRET instruction, a zero-length string is returned.
Prev
5.4.20.6. makeString
Up
Home
Next
5.4.20.8. string