Handbook
Glossary
text-join ( textList count delimiter -- c-string )
Vocabulary
raylib
Inputs
textList
a
pointer
to a
c-string
count
an
int
delimiter
a
c-string
Outputs
c-string
a
c-string
Word description
Join text strings with delimiter
Definition
USING:
alien.c-types
alien.syntax
;
IN:
raylib
LIBRARY:
raylib
FUNCTION-ALIAS:
text-join
c-string TextJoin
( c-string* textList,
int
count,
c-string
delimiter )