* 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"
FIND-ARG
( s -- i true | false )
FORTH/DEF dstrings ordinary primitive