src/utils.lisp @ d5445be606ff

Fix Qud dump script
author Steve Losh <steve@stevelosh.com>
date Fri, 03 Mar 2017 20:04:23 +0000
parents 184af4c4e8fc
children (none)
(in-package :sand.utils)


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