Rudolf Adamkovič Personal site


Example: Performing side-effects

The dolist macro can

perform side-effects

like mapc:

(dolist (x '(10 20 30))
  (when (< x 30)
    (princ (format "%s!\n" x))))
10!
20!

© 2025 Rudolf Adamkovič under GNU General Public License version 3.
Made with Emacs and secret alien technologies of yesteryear.