take_until p xs
Defined in tcl/ad-functional.tclreturns the list of elements upto and including the first element of xs which satisfies p Parameters: p xs
returns the list of elements upto and including the first element of xs which satisfies p