forked from ground/ground
Start work on lists
This commit is contained in:
9
tests/lists.grnd
Normal file
9
tests/lists.grnd
Normal 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!"
|
Reference in New Issue
Block a user