QLogo
QLogo copied to clipboard
Macro with an error in return value should show name of macro
Example:
.macro err1
end
err1
Output should be:
Macro returned nothing instead of a list in err1
[]