save-file-text ( fileName text -- bool )


Vocabulary
raylib

Inputs
fileNamea c-string
texta c-string


Outputs
boola bool


Word description
Save text data to file (write), string must be '' terminated, returns true on success

Definition