RosettaCodeData/Task/Comments/Emacs-Lisp/comments-3.l

4 lines
124 B
Text
Raw Permalink Normal View History

2013-04-10 16:57:12 -07:00
(defun subtract-second-from-first (x y)
"This function subtracts its second argument from its first argument."
(- y x))