Advertisement
konalisp

Untitled

Jul 13th, 2013
50
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lisp 0.31 KB | None | 0 0
  1. (defun date ()
  2.     (format t "NAS: ~a~%==>"
  3.         (case (random 6)
  4.             (0 "pfffffffft")
  5.             (1 "pffft. pfft. rrrrrrr")
  6.             (2 "huR DURRRR")
  7.             (3 "pay attention to MEEEEEEEEEEEE")
  8.             (4 "what you just said offended me here's why")
  9.             (5 "my boyfriend is going to beat you up for that")))
  10.     (read-line)
  11.     (date))
  12. (date)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement