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

4 lines
124 B
Text
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
(defun subtract-second-from-first (x y)
"This function subtracts its second argument from its first argument."
(- y x))