Skip to content

include whitespace in alias argument

Michael Aaron Murphy requested to merge nivkner:fix_alias into master

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.

Merge request reports