A simple test follows:
Hello, world!
Now perform a list assignment:
The list contains 5 items.test1
test23
test45
Hello, world!
hello
Now update the assignment and repeat:
test1
test23
test45
Hello, world!
hello
Now reassign the list and repeat:
bar
Temporary
test1
test23
Silly, but necessary tests, for one and zero element lists:
Hello, world
Zero item test:
Dumb test for number literals -- these weren't working as expected:
1
2
3
5