Handbook
Glossary
glyph-position-x ( positions i -- x )
Vocabulary
core-text
Inputs
positions
an
object
i
an
object
Outputs
x
an
object
Definition
USING:
alien.accessors
kernel
layouts
math
;
IN:
core-text
::
glyph-position-x
( positions i -- x )
positions i
cell
2
*
*
cell
8
=
[
alien-double
]
[
alien-float
]
if
;
inline