src/utils.lisp @ 60b451e2a6eb

Function serialization
author Steve Losh <steve@stevelosh.com>
date Mon, 07 Aug 2017 22:16:41 -0400
parents 184af4c4e8fc
children (none)
(in-package :sand.utils)


(defun average4 (a b c d)
  (/ (+ a b c d) 4))