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
7.4.79. WORDS
Returns the number of whitespace-delimited words in
string
.
Here are some examples:
Example 7.106. Builtin function WORDS
WORDS
(
"
Now is the time
"
)
--> 4
WORDS
(
"
"
)
--> 0
Prev
7.4.78. WORDPOS (Word Position)
Up
Home
Next
7.4.80. X2B (Hexadecimal to Binary)