Handbook
Glossary
<matcher> ( text at-line-start? at-whitespace-end? at-word-start? -- matcher )
Vocabulary
xmode
.
rules
Inputs
text
an
object
at-line-start?
an
object
at-whitespace-end?
an
object
at-word-start?
an
object
Outputs
matcher
an
object
Definition
USING:
kernel
;
IN:
xmode.rules
:
<matcher>
( text at-line-start? at-whitespace-end? at-word-start? -- matcher )
\
matcher
boa
;
inline