Load an object into the interpreter
int SLang_load_object (SLang_Load_Type *obj)
The function SLang_load_object
is a generic function that may
be used to loaded an object of type SLang_Load_Type
into the
interpreter. For example, the functions SLang_load_file
and
SLang_load_string
are wrappers around this function to load a
file and a string, respectively.
SLang_load_file, SLang_load_string, SLallocate_load_type