V. How to write functions

The form of the function definition is as follows:
(DEFUN function_name  parameter_list
	function_body )
where: When writing functions, clarity is important, especially with all those parentheses to keep track of. Here are some hints that you may find to be helpful.

Previous page First page Next page

Copyright © 1995 by David Matuszek
All rights reserved.
Last updated July 15, 1995