``` a = 1 say a a = 1 and 2 and b ``` should output ``` 1 [1, 2, "b"] ``` see #9
should output
see #9