Next Previous Contents

64. SLang_load_string

Synopsis

Interpret a string

Usage

int SLang_load_string(char *str)

Description

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.

See Also

SLang_load_file, SLang_load_object


Next Previous Contents