Handbook
Glossary
declare1 ( type -- quot: ( value -- value ) )
Vocabulary
typed
.
namespaces
.
private
Inputs
type
an
object
Outputs
quot
a
quotation
with stack effect
( value -- value )
Definition
USING:
arrays
kernel
kernel.private
;
IN:
typed.namespaces.private
MACRO:
declare1
( type -- quot: ( value -- value ) )
1array
[
declare
]
curry
;