QLogo icon indicating copy to clipboard operation
QLogo copied to clipboard

Macro with an error in return value should show name of macro

Open jasonsikes opened this issue 4 years ago • 0 comments

Example:

.macro err1
end
err1

Output should be:

Macro returned nothing instead of a list  in err1
[]

jasonsikes avatar Aug 02 '20 07:08 jasonsikes