% % find items in values % % stack: value val-name % exch _\ -1 pull4th 0 _TL_FI_DONTUSECASE or _TL_FI_RELAXED or % % stack: % search-text % start-index % end-index % value-name % match-flags % "FindValue" do % % stack: next-found-index % dup whole dup { exch !\ } { % % no value of near match % pop2nd } ifelse % % stack: found %