take_while p xs
Defined in tcl/ad-functional.tclreturns the longest initial segment of xs whose elements satisfy p Parameters: p xs
returns the longest initial segment of xs whose elements satisfy p