
/**  Demand Loading  **/
/*A: K McIsaac*/
/*S: University of Western Australia, Nedlands 6009, Australia*/
/*D: January, 1988 */
/*K: Get, Load, Loadonce, Autoload, Demand Load */

/*: Autoload[$proj,$file]
	or $proj <<< $file. Load $file when projector $proj is first used */

Sxset["<<<",Autoload,3]
_Autoload[Pr][$file] :: Sx["<<<",{$file},3]
Autoload_:Tier;

Autoload[$proj,$file] :: _$proj[Init] :: <<$file

