Refactoring (MAY BE BUGGY)
This commit is contained in:
@@ -20,19 +20,19 @@ stdlnout $testVar
|
||||
|
||||
# Lists
|
||||
|
||||
setlist *testList "Item 1" "Another Item" "Item the Third"
|
||||
getlistat *testList 2 &tmp
|
||||
setlist &testList "Item 1" "Another Item" "Item the Third"
|
||||
getlistat &testList 2 &tmp
|
||||
stdlnout $tmp
|
||||
|
||||
setlistat *testList 1 "I changed this item"
|
||||
getlistat *testList 1 &tmp
|
||||
setlistat &testList 1 "I changed this item"
|
||||
getlistat &testList 1 &tmp
|
||||
stdlnout $tmp
|
||||
|
||||
listappend *testList "I appended this item"
|
||||
getlistat *testList 3 &tmp
|
||||
listappend &testList "I appended this item"
|
||||
getlistat &testList 3 &tmp
|
||||
stdlnout $tmp
|
||||
|
||||
getlistsize *testList &tmp
|
||||
getlistsize &testList &tmp
|
||||
stdlnout $tmp
|
||||
|
||||
# String Operations
|
||||
|
||||
Reference in New Issue
Block a user