include whitespace in alias argument
Created by: nivkner
Fix #453 (closed)
The alias
built-in took an array of arguments so whitespace wasn't included.
Now the array is joined by whitespace, and given to alias
as is.
parse_assignment
didn't actually parse let
bindings so I changed the name and documentation to reflect that.