From dad212c3d625319fc3f5622c1551d1e86564e986 Mon Sep 17 00:00:00 2001 From: Scott Richmond Date: Sun, 17 Dec 2023 19:25:23 -0500 Subject: [PATCH] Light update; no struct deletion necessary. --- language.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/language.md b/language.md index 42cb222..20f0d4f 100644 --- a/language.md +++ b/language.md @@ -32,7 +32,7 @@ Ludus strings are dependent on the host platform. Given that Ludus either runs i Strings' type is `:string`. ## Collections -Ludus has a few different types of collections, in increasing order of complexity. +Ludus has a few different types of collections, in increasing order of complexity: tuples, lists, sets, dicts, and namespaces. ### Separators In all collection literals, members are written with a separator between them. On the same line, use a comma; or a newline will also separate elements. You may use as many separators as you wish at any point inside a collection or pattern. `(,,,,,,,3,,4,,,,,,)` and `(3, 4)` are the same value. -- 2.45.1