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

Get rid of primitiveAlternateNames

jasonsikes opened this issue · comments

"primitiveAlternateNames" is a collection of alternate names for built-in procedures.

It exists as part of a mechanism to facilitate internationalization. However, QLogo is going to use Qt's internationalization methods. This would make primitiveAlternateNames unnecessary.

QLogo should keep this for compatibility. Closing.