Start work on lists

This commit is contained in:
2025-08-10 13:31:28 +10:00
parent f43f79b869
commit 2e388c6e68
4 changed files with 231 additions and 8 deletions

9
tests/lists.grnd Normal file
View File

@@ -0,0 +1,9 @@
setlist *favNums "hello" "there" "general" "kenobi"
set &count 0
getlistat *favNums $count &tmp
stdlnout $tmp
add $count 1 &count
getlistsize *favNums &tmp2
inequal $count $tmp2 &tmp3
if $tmp3 %3
stdlnout "finished!"