I just confirmed this. On stable I got: `Error: expression 'x' is of type 'int' and has to be used (or discarded)`, but when I used choosenim to switch to devel (which was super easy btw) it worked exactly like I thought it would. The results of the operation in parens get collected into a list, and that list then gets returned as the output of `collect()`.
It's good to know that this functionality is being added in a future release. Thanks for all of other solutions too everyone. I'll use those in the mean time, since learning the language on devel is probably a bad idea.
