Guest User

Untitled

a guest
Nov 19th, 2015
114
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lisp 0.09 KB | None | 0 0
  1. (defun nofun()
  2.     (print "no fun allowed")
  3. )
  4. (defun fun()
  5.     (print "some fun allowed")
  6. )
Advertisement
Add Comment
Please, Sign In to add comment