Handbook
Glossary
invalid-header-string? ( object -- ? )
Vocabulary
smtp
.
private
Inputs and outputs
object
an
object
?
a
boolean
Word description
Tests if the object is an instance of the
invalid-header-string
class.
Definition
USING:
classes.tuple.private
kernel
slots.private
;
IN:
smtp.private
:
invalid-header-string?
( object -- ? )
dup
tuple?
[
layout-of
7
slot
\
invalid-header-string
eq?
]
[
drop
f
]
if
;