4 lines
70 B
Text
4 lines
70 B
Text
|
|
(defun hello (n)
|
||
|
|
"Say hello to the user."
|
||
|
|
(message "hello %d" n))
|