Skip to content

Instantly share code, notes, and snippets.

@bbqtd
Created March 9, 2015 16:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bbqtd/f2d4ddc30821d144a810 to your computer and use it in GitHub Desktop.
Save bbqtd/f2d4ddc30821d144a810 to your computer and use it in GitHub Desktop.
(defun f1 (arg)
(if (= (mod arg 2) 0)
arg
(+ arg 1)))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment