It should be possible to create an image without need to reduce the specification block. Now one must do: ```rebol make image! reduce [size color] ``` Get-words could be accepted so it would be: ```rebol make image! [:size :color] ```
It should be possible to create an image without need to reduce the specification block. Now one must do:
Get-words could be accepted so it would be: