Handbook
Glossary
text-is-equal ( text1 text2 -- bool )
Vocabulary
raylib
Inputs
text1
a
c-string
text2
a
c-string
Outputs
bool
a
bool
Word description
Check if two text string are equal
Definition
USING:
alien.c-types
alien.syntax
;
IN:
raylib
LIBRARY:
raylib
FUNCTION-ALIAS:
text-is-equal
bool
TextIsEqual (
c-string
text1,
c-string
text2 )