src/parenscript/hello.paren @ 175fccc805fc

Add the first random distribution algorithm
author Steve Losh <steve@stevelosh.com>
date Sat, 23 Jul 2016 19:07:55 +0000
parents 277982735a9d
children 184af4c4e8fc
(in-package #:cl-user)

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


(say-hello "cocks")