src/parenscript/hello.paren @ 03240af4df9b

Move PCG to its own lib
author Steve Losh <steve@stevelosh.com>
date Mon, 06 Feb 2017 14:01:17 +0000
parents 184af4c4e8fc
children (none)
(in-package :cl-user)

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


(say-hello "cocks")