src/parenscript/hello.paren @ d45bff9b6951

Playing around with cubes
author Steve Losh <steve@stevelosh.com>
date Fri, 14 Oct 2016 22:51:16 +0000
parents 277982735a9d
children 184af4c4e8fc
(in-package #:cl-user)

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


(say-hello "cocks")