Handbook
Glossary
(string-nth) ( n string -- base offset rep c-type )
Vocabulary
compiler
.
cfg
.
intrinsics
.
strings
Inputs
n
an
object
string
an
object
Outputs
base
an
object
offset
an
object
rep
an
object
c-type
an
object
Definition
USING:
alien.c-types
compiler.cfg.hats
compiler.constants
cpu.architecture
kernel
;
IN:
compiler.cfg.intrinsics.strings
:
(string-nth)
( n string -- base offset rep c-type )
^^tagged>integer
swap
^^add
string-offset
int-rep
uchar
;
inline