You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(til term patt) behaves like (sub (to term) patt), but it advances to the end
of (thru term). It's similar to (sequence (sub (to term) patt) (drop term)),
but it doesn't evaluate the term pattern again after evaluating patt (which
may be significant if it contains backreferenced matches).
0 commit comments