Simulated External Functions

object load_object(string);

If the object given by string is already loaded, returns that object, otherwise loads the object and returns the newly loaded object.

file: /doc/sefun/objects.c
