Node:defun Exercises,
Previous:Review,
Up:Writing Defuns
3.12 Exercises
- Write a non-interactive function that doubles the value of its
argument, a number.  Make that function interactive.
- Write a function that tests whether the current value of
fill-columnis greater than the argument passed to the function,
and if so, prints an appropriate message.