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.3.17.6. at
Returns the item associated with index
name
. If the StringTable has no item associated with index
name
,
.nil
is returned.
Example 5.208. StringTable class — at method
say
.environment
~
at
(
"
OBJECT
"
)
/* Produces: "The Object class" */
Prev
5.3.17.5. allItems
Up
Home
Next
5.3.17.7. empty