Make a list variable

This commit is contained in:
2025-05-13 14:05:29 +10:00
parent de3941337c
commit 87bf540458
3 changed files with 28 additions and 4 deletions

View File

@@ -1 +1,3 @@
printlist ["This is an element in the list" "And this is another" "Oh look another list element" "How fun!"];
let str dingus ["Element 1" "Element 2" "Element 3"];
println dingus[1];