Operators
(Redirected from Operators Blocks)
Operators is a block category originating from Scratch.
Scratch Blocks
() + ()
() - ()
() * ()
() / ()
pick random (1) to (10)
[] > [50]
[] \< [50]
[] = [50]
<> and <>
<> or <>
not <>
join [apple ] [banana]
letter (1) of [apple]
length of [apple]
[apple] contains [a]?
() mod ()
round ()
[abs v] of ()
PenguinMod Blocks
(1) [^ v] ()::operators reporter
- constrain () min () max ()
- interpolate () to () by ()
- () ≥ ()
- () ≤ ()
- () ≠ ()
true::operators boolean
false::operators boolean
new line::operators reporter
- tab character
- join () () ()
- index of () in ()
- last index of () in ()
- letters from () to () in ()
- () (v) with ()
- in () replace all () with ()
- in () replace first () with ()
- match () with regex () ()|
- () to (v)
- ()
- ()
Expansion
- text after () in ()
- text before () in ()
- () << ()
- () >> ()
- () & ()
- () | ()
random::operators boolean
- () nand ()
- () nor ()
- () xor ()
- () xnor ()
- amount of times () appears in ()
- read line () in ()
- is () in between () and ()?
- answer to ()
- set replacer () to ()
- reset replacers
- apply replacers to ()
- () includes a letter from ()?
- character () to id
- id () to character
- if () true then ()
- () exactly equals ()
- () part of ratio ()
- simplify ratio ()
- is () multiple of ()
- is () even
- is () an integer
- is () a prime number
- truncate number ()
- reverse () (Operators)
- () or if falsey ()
- shuffle ()
- π
- e
- ∞
Moved Blocks
- javascript (Operator) (moved to Javascript extension)
- javascript (Boolean) (moved to Javascript extension)
Operator JS-Code
The Javascript Code for all operator blocks is open source and can be found on PenguinMod's Github
v • e Categories Nav | |
---|---|
Vanilla | Motion · Looks · Sound · Variables (Variables · Lists) · Events · Control · Sensing · Operators · My Blocks |