This commit is contained in:
2025-08-10 16:08:56 +10:00
parent 3f2482d7ea
commit f8397e85d4
4 changed files with 57 additions and 7 deletions

View File

@@ -1,9 +1,13 @@
setlist *favNums "hello" "there" "general" "kenobi"
# A cool list
setlist *favWords "hello" "there" "general" "kenobi"
set &count 0
getlistat *favNums $count &tmp
set &passedThrough true
@jmpbck
getlistat *favWords $count &tmp
stdlnout $tmp
add $count 1 &count
getlistsize *favNums &tmp2
getlistsize *favWords &tmp2
inequal $count $tmp2 &tmp3
if $tmp3 %3
stdlnout "finished!"
if $tmp3 %jmpbck