src/parenscript/hello.paren @ 6494ca97e78b

BDDs/ZDDs -> Scully
author Steve Losh <steve@stevelosh.com>
date Sun, 13 Aug 2017 00:09:56 -0400
parents 184af4c4e8fc
children (none)
(in-package :cl-user)

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


(say-hello "cocks")