count-words
Function
Counts the number of words in text
Syntax
$count = count-words $text
count words in variable
$count = count-words "hello world"
count words in literal
Counts the number of words in text
$count = count-words $text
count words in variable
$count = count-words "hello world"
count words in literal