text-is-equal ( text1 text2 -- bool )


Vocabulary
raylib

Inputs
text1a c-string
text2a c-string


Outputs
boola bool


Word description
Check if two text string are equal

Definition