There is another, even quicker method for those using Emacs at ACCAD. Merely press Control-c, then Control-l, and the file currently in your emacs buffer will be loaded.
ox --> (world
(separator
(surface "wood" 'Ka .1 'grain .2)
(sphere))
(translate 0 -1 0)
(separator
(surface "stone" 'roughness .03)
(box))
)
If you then typed in ox:
ox --> (load "spam.al") ()A sphere and a box would be created just as if you had typed all of the commands into ox "by hand".