aboutsummaryrefslogtreecommitdiff
path: root/core/collections.nom
diff options
context:
space:
mode:
Diffstat (limited to 'core/collections.nom')
-rw-r--r--core/collections.nom2
1 files changed, 2 insertions, 0 deletions
diff --git a/core/collections.nom b/core/collections.nom
index ae7f5f1..684f3f6 100644
--- a/core/collections.nom
+++ b/core/collections.nom
@@ -7,6 +7,8 @@ use "core/metaprogramming.nom"
use "core/control_flow.nom"
use "core/operators.nom"
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+
# List functionality:
test:
%list = [1, 2, 3, 4, 5]