src/parenscript/hello.paren @ de58fc1af1e5

Poke a bit more at TNTO
author Steve Losh <steve@stevelosh.com>
date Thu, 15 Dec 2016 18:53:10 -0500
parents 184af4c4e8fc
children (none)
(in-package :cl-user)

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


(say-hello "cocks")