Handbook
Glossary
check-ensure-not ( old-input result -- result )
Vocabulary
peg
.
private
Inputs
old-input
an
object
result
an
object
Outputs
result
an
object
Definition
USING:
kernel
peg
;
IN:
peg.private
:
check-ensure-not
( old-input result -- result )
[
drop
f
]
[
ignore
<parse-result>
]
if
;