From f0fbbf79dbf2d1a44a32778706866f454619303e Mon Sep 17 00:00:00 2001 From: "Kartik K. Agaram" Date: Tue, 19 May 2015 10:36:46 -0700 Subject: 1406 --- 063list.mu | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/063list.mu b/063list.mu index 00f36c7c..22343b93 100644 --- a/063list.mu +++ b/063list.mu @@ -1,3 +1,8 @@ +# A list links up multiple objects together to make them easier to manage. +# +# Try to make all objects in a single list of the same type, it'll help avoid bugs. +# If you want to store multiple types in a single list, use an exclusive-container. + container list [ value:location next:address:list -- cgit 1.4.1-2-gfad0