More stuff related to lists

This commit is contained in:
2025-05-12 20:04:38 +10:00
parent 7f4e87f768
commit b7febe7f1c
10 changed files with 101 additions and 8 deletions

View File

@@ -1 +0,0 @@
println args;

1
examples/list.io Normal file
View File

@@ -0,0 +1 @@
printlist ["This is an element in the list" "And this is another" "Oh look another list element" "How fun!"];