VocabularysequencesInputsOutputsWord descriptionTests if
seq starts with
begin. If
begin is longer than
seq, this word outputs
f.
ExamplesUSING: prettyprint sequences ;
{ "accept" "adept" "advance" "advice" "affect" } [ "ad" head? ] filter .
{ "adept" "advance" "advice" }
Definition