2 lines
58 B
Common Lisp
2 lines
58 B
Common Lisp
(defun string-empty-p (string)
|
|
(zerop (length string)))
|
(defun string-empty-p (string)
|
|
(zerop (length string)))
|