Files
ground_fork/tests/lists.grnd
2025-08-10 16:08:56 +10:00

14 lines
252 B
Plaintext

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