Discuss Scratch
- Discussion Forums
- » Suggestions
- » Greater Than or equal to Blocks:
- wosdcs
-
Scratcher
100+ posts
Greater Than or equal to Blocks:
Whenever I am programming my games, I always run into the problem, and in this problem, I have to make a program that has if () is greater than (), but then the issue is, I have to make another program that's says or, if equals. If were just had a block that that represented less than or equal to, or a greater than or equal to blocks, this would help a lot of scratchers out in the math sections of their programs, as using just the less and greater signs alone requires the usage of a lot of extra blocks.
Last edited by wosdcs (Dec. 2, 2020 17:16:22)
- MDCCCLXVII
-
Scratcher
1000+ posts
Greater Than or equal to Blocks:
It seems your suggestion is a duplicate of this post here. Please go to that topic to keep the discussion in one place.
Plus, you can easily workaround this:
Plus, you can easily workaround this:

- fungamer2
-
Scratcher
12 posts
Greater Than or equal to Blocks:
You can workaround the blocks like this:
Greater than or equal to:
Less than or equal to:
Greater than or equal to:
<not <[] < []>>
Less than or equal to:
<not <[] > []>>
- wosdcs
-
Scratcher
100+ posts
Greater Than or equal to Blocks:
You can workaround the blocks like this:Hmm, yes I guess so. Thanks! Altho, the block would still be nice to have, but I guess it's not needed as much.
Greater than or equal to:<not <[] < []>>
Less than or equal to:<not <[] > []>>
- Discussion Forums
- » Suggestions
-
» Greater Than or equal to Blocks: