A simple test follows:
Hello, world!
Now perform a list assignment:
test1
test23
test45
Hello, world!
hello
Now update the assignment and repeat:
test1
test23
test45
Hello, world!
hello
Now reassign the list and repeat:
Temporary
test"1"
test23
test45
world
hash
Temporary
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
50
700
First value is: 1, last value is: 700.
Test for list ranges
2
3
4
5
First value is: 2, last value is: 5.
Test for nested list literals:
Sublist:
1
2
3
Sublist finished.
Sublist:
4
5
6
7
Sublist finished.
Sublist:
8
9
Sublist finished.