FIND-ARG
* FIND-ARG ( s -- i true | false )

Leave true and its index i in the top string frame if the
Forth string matches an element of the frame, else leave
false. The index of the top frame element is zero.
"find-arg"

FORTH/DEF dstrings ordinary primitive