autoload
autoload(f,"x")
-- arranges for a function
f
to be automatically loaded from the file named
x
the first time it is used.