Entry 3280

When macro

   

Submitted by anonymous on March 2, 2010 at 1:47 p.m.
Language: Common Lisp. Code size: 73 bytes.

(defmacro when (condition &rest body)
  `(if ,condition (progn ,@body)))

This snippet took 0.00 seconds to highlight.

Back to the Entry List or Home.

Delete this entry (admin only).