src/parenscript/hello.paren @ d1c9ad7b7774

Refactor a bit
author Steve Losh <steve@stevelosh.com>
date Sun, 21 Aug 2016 16:38:12 +0000
parents 277982735a9d
children 184af4c4e8fc
(in-package #:cl-user)

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


(say-hello "cocks")