RosettaCodeData/Task/Include-a-file/Emacs-Lisp/include-a-file-1.el

3 lines
34 B
EmacsLisp
Raw Permalink Normal View History

2026-04-30 12:34:36 -04:00
(defun sum (ls)
(apply '+ ls) )