Refactoring (MAY BE BUGGY)

This commit is contained in:
2025-10-13 09:16:28 +11:00
parent 81d6e21a00
commit fa5d805eef
20 changed files with 2953 additions and 2929 deletions

View File

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