From c33ad2aefce9153d319f0115b995564653f98fa3 Mon Sep 17 00:00:00 2001 From: DrMaxNix Date: Thu, 1 Sep 2022 18:16:10 +0200 Subject: [PATCH] :memo: clarify value of undefined list elements --- doc/ideas-1.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/ideas-1.sh b/doc/ideas-1.sh index 90afa44..513588a 100644 --- a/doc/ideas-1.sh +++ b/doc/ideas-1.sh @@ -183,6 +183,8 @@ exit|return|end ## LISTS ## +# - if a list index is undefined, its value will be `null` + # set $a to empty list set $a []