For those of us who can't be bothered to right-click and select relabel
For those of us who can't be bothered to right-click and select relabel
Now these are universal operators in Snap!
putting in extra zeros seems like more work than pressing relable to me...
but you should do whatever makes programming easier for you, I guess. ¯\_(ツ)_/¯
What would be cool is a block that has a button on it, and every time you click the button, it turns into a different operator.
edit: ok, I get it now,
I was talking about something more like this:
then when you click the yellow button it turns into this:
and it would cycle through all of them.
(of course, this is impossible in Snap!)
The best thing to do would just have a dropdown menu in place of the operator sign.
I'm surprised I didn't think about that! it would probably work pretty well!
here it is!
BTW I tried to have my code (post #4) report: “ = 1”, but I couldn’t find out how.
yields
,
but another JOIN to append “ = 1” (1 being the calculated result of the operation), results in:
You can't join a block with a string. The only solution I can think of is by using images, get the image of the block, then add text on the right side of the image. Or just get the text of the block instead.