an array, words, local to the current function
typeset -A words
# read a full line
read line
... gram_find program Function
A wrapper for:
type -ap program
that looks for a program in the curr... on the standard output and waits for the user to type yes or no in the standard input. Returns true if the user has typed yes, false if the user has typed no.
The optio