QLogo
QLogo copied to clipboard
Extend MAKE command to facilitate multiple assignments at once.
MAKE can be extended to use the form
MAKE [list-of-words] [list-of-items]
where each item in the second list can be assigned to the corresponding name in the first list. e.g.
MAKE [X Y Z] [50 50 0]