Handbook
Glossary
gather-args-quot ( in-effect -- quot )
Vocabulary
python
.
syntax
.
private
Inputs
in-effect
an
object
Outputs
quot
an
object
Definition
USING:
kernel
python
sequences
sequences.generalizations
;
IN:
python.syntax.private
:
gather-args-quot
( in-effect -- quot )
dup
?last
"**"
=
[
but-last
length
[
narray
array>py-tuple
]
curry
[
dip
]
curry
]
[
length
[
narray
array>py-tuple
f
]
curry
]
if
;