Name

find-arg:dstrings — ordinary primitive

Synopsis

FORTH
FIND-ARG ( s -- i true | false )(); 
 ;

Description

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. <ansref>"find-arg"</ansref>