Handbook
Glossary
<plus> ( term -- term' )
Vocabulary
regexp
.
ast
Inputs
term
an
object
Outputs
term'
an
object
Definition
USING:
arrays
kernel
;
IN:
regexp.ast
:
<plus>
( term -- term' )
dup
<star>
2array
<concatenation>
;