Handbook
Glossary
slab-indexes ( i -- a b c d e f )
Vocabulary
papier
.
render
Inputs
i
an
object
Outputs
a
an
object
b
an
object
c
an
object
d
an
object
e
an
object
f
an
object
Definition
USING:
combinators
math
;
IN:
papier.render
:
slab-indexes
( i -- a b c d e f )
4
*
{
[
]
[
1
+
]
[
2
+
]
[
2
+
]
[
1
+
]
[
3
+
]
}
cleave
;
inline