Interpret a string
int SLang_load_string(char *str)
The SLang_load_string function feeds the string specified by str to the interpreter for execution. It returns zero upon success, or -1 upon failure.
SLang_load_string
str
-1
SLang_load_file, SLang_load_object