Handbook
Glossary
beginning-of-input? ( object -- ? )
Vocabulary
regexp
.
classes
Inputs and outputs
object
an
object
?
a
boolean
Word description
Tests if the object is an instance of the
beginning-of-input
class.
Definition
USING:
kernel
;
IN:
regexp.classes
:
beginning-of-input?
( object -- ? )
\
beginning-of-input
eq?
;