Handbook
Glossary
lambda-method? ( object -- ? )
Vocabulary
locals
.
definitions
Inputs and outputs
object
an
object
?
a
boolean
Word description
Tests if the object is an instance of the
lambda-method
class.
Definition
USING:
generic
kernel
;
IN:
locals.definitions
:
lambda-method?
( object -- ? )
dup
method?
[
lambda-word?
]
[
drop
f
]
if
;