google / blockly-android

Blockly for Android
Apache License 2.0
672 stars 209 forks source link

Missing comparison operators in logic_compare block #708

Closed ghost closed 6 years ago

ghost commented 6 years ago

The following arithmetic operators appear in Blockly's developer tools, but are unavailable in the current Android version of Blockly:

More than (>) Less than (<) More than or equal (>=) Less than or equal (<=)

Only the following two operators are available:

Equal (==) Not Equal (!=)

These operators should be available in

AnmAtAnm commented 6 years ago

Duplicate of #295. These operators require a translation layer because of their dependence on the left-to-right or right-to-left text.