jasonsikes / QLogo

QLogo is a rewrite of the UCBLogo language and user interface written in C++ using Qt.

Home Page:https://qlogo.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

jasonsikes opened this issue · comments

Example:

.macro err1
end
err1

Output should be:

Macro returned nothing instead of a list  in err1
[]