QLogo icon indicating copy to clipboard operation
QLogo copied to clipboard

Extend MAKE command to facilitate multiple assignments at once.

Open jasonsikes opened this issue 7 years ago • 0 comments

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]

jasonsikes avatar Dec 01 '17 20:12 jasonsikes