[top][index]
search for:

autoload -- arrange for a function to be loaded automatically

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

Ways to use autoload :

  • autoload(Function,String)
  • autoload(Symbol,String)

  • [top][index]
    search for: