OpenRoberta / openroberta-lab

The programming environment »Open Roberta Lab« by Fraunhofer IAIS enables children and adolescents to program robots. A variety of different programming blocks are provided to program motors and sensors of the robot. Open Roberta Lab uses an approach of graphical programming so that beginners can seamlessly start coding. As a cloud-based application, the platform can be used without prior installation of specific software but runs in any popular browser, independent of operating system and device.
Apache License 2.0
124 stars 120 forks source link

Adding bitwise operators #614

Open KevinL10 opened 4 years ago

KevinL10 commented 4 years ago

Is your feature request related to a problem? Please describe.

Describe the solution you'd like

KevinL10 commented 4 years ago

@boonto Would you like (&, ^, |) in the same math block as +, -, x, /, or in a separate block specifically for these operators? And which block would you like (~) to be in, since it only takes in one parameter?

boonto commented 4 years ago

~ would fit somewhat in the "square root" block. The others should definitely be in another block as the +,- block is in the beginner toolbox.