From: Christopher Allan Webber Date: Sun, 29 Jan 2017 04:19:46 +0000 (-0600) Subject: a note about the equality of containers X-Git-Tag: fosdem-2017~51 X-Git-Url: https://jxself.org/git/?p=mudsync.git;a=commitdiff_plain;h=ec50931b9a575c226804c1dccadbf5ad3bc8306b a note about the equality of containers --- diff --git a/mudsync/container.scm b/mudsync/container.scm index 46a52e5..3e7763d 100644 --- a/mudsync/container.scm +++ b/mudsync/container.scm @@ -17,6 +17,10 @@ ;;; along with Mudsync. If not, see . ;;; Containers +;;; ========== +;;; +;;; While all gameobjs are containers, some gameobjs are more +;;; containers than others. (define-module (mudsync container) #:use-module (8sync)