Files
cground/tests/list.grnd

15 lines
269 B
Plaintext
Raw Normal View History

2025-12-01 10:15:37 +11:00
# A cool list
setlist &favWords "hello" "there" "general" "kenobi"
println $favWords
set &count 0
set &passedThrough true
@jmpbck
getlistat &favWords $count &tmp
println $tmp
add $count 1 &count
getlistsize &favWords &tmp2
inequal $count $tmp2 &tmp3
if $tmp3 %jmpbck