Handbook
Glossary
tag-not-allowed-here? ( object -- ? )
Vocabulary
html
.
templates
.
chloe
.
compiler
Inputs and outputs
object
an
object
?
a
boolean
Word description
Tests if the object is an instance of the
tag-not-allowed-here
class.
Definition
USING:
classes.tuple.private
kernel
slots.private
;
IN:
html.templates.chloe.compiler
:
tag-not-allowed-here?
( object -- ? )
dup
tuple?
[
layout-of
7
slot
\
tag-not-allowed-here
eq?
]
[
drop
f
]
if
;