src/parenscript/hello.paren @ 6b1e5154d5de

Add little easing system
author Steve Losh <steve@stevelosh.com>
date Mon, 06 Feb 2017 14:32:50 +0000
parents 184af4c4e8fc
children (none)
(in-package :cl-user)

(defun say-hello (name)
  (alert (+ "Hello, " name "!")))


(say-hello "cocks")