- Code: Select all
(defun min-list (mlist)
(eval `(min ,@mlist)))
(defun min-list (mlist)
(eval `(min ,@mlist)))
Indecipherable wrote:Not really in a loop, but I guess it can be put inside it![]()
- Code: Select all
(defun min-list (mlist)
(eval `(min ,@mlist)))
Indecipherable wrote:Not really in a loop, but I guess it can be put inside it![]()
- Code: Select all
(defun min-list (mlist)
(eval `(min ,@mlist)))
(defun min-list (mlist)
(apply #'min mlist))Users browsing this forum: Bing [Bot], Google [Bot] and 1 guest