Operators: Difference between revisions

From PenguinMod Wiki
Jump to navigation Jump to search
Content deleted Content added
m added information about the vm's JS-Code for the Operators
No edit summary
 
(One intermediate revision by one other user not shown)
Line 1:
'''Operators''' is a block category originating from Scratch.
==Scratch Blocks==
*[[() + ()|<sb>() + ()</sb>]]
*[[() - ()|<sb>() - ()</sb>]]
*[[() * ()|<sb>() * ()</sb>]]
*[[() / ()|<sb>() / ()</sb>]]
*[[pick random () to ()|<sb>pick random (1) to (10)</sb>]]
*[[() greater than ()|()<sb>[] > ()[50]</sb>]]
*[[() less than ()|()<sb>[] \< ()[50]</sb>]]
*[[() = ()|<sb>[] = [50]</sb>]]
*[[() and ()|<sb><> and <></sb>]]
*[[() or ()|<sb><> or <></sb>]]
*[[not ()|<sb>not <></sb>]]
*[[join () ()|<sb>join [apple ] [banana]</sb>]]
*[[letter () of ()|<sb>letter (1) of [apple]</sb>]]
*[[length of () (Operators)|length of ()]]
*[[() contains () (Operators)|() contains ()]]
*[[() mod ()]]
*[[round ()|<sb>round ()</sb>]]
*[[() of () (Operators)|()<sb>[abs v] of ()</sb>]]
 
== PenguinMod Blocks ==
Line 28:
* [[() ≤ ()]]
* [[() ≠ ()]]
* [[true|<sb>true::operators boolean</sb>]]
* [[false|<sb>false::operators boolean</sb>]]
* [[new line|<sb>new line::operators reporter</sb>]]
* [[tab character]]
* [[join () () ()]]
Line 51:
*[[() & ()]]
*[[() bitwise or ()|() | ()]]
*[[Random|<sb>random::operators boolean</sb>]]
*[[() nand ()]]
*[[() nor ()]]
Line 86:
 
== Operator JS-Code ==
The Javascript Code for all operator blocks areis open source and can be found on [https://github.com/PenguinMod/PenguinMod-Vm/blob/develop/src/blocks/scratch3_operators.js PenguinMod's Github]{{CategoriesNav}}
[[Category:Vanilla Categories]]

Latest revision as of 17:45, 25 July 2024

Operators is a block category originating from Scratch.

Scratch Blocks

PenguinMod Blocks

Expansion

Moved Blocks

Operator JS-Code

The Javascript Code for all operator blocks is open source and can be found on PenguinMod's Github

ve Categories Nav
Vanilla Motion  · Looks  · Sound  · Variables (Variables  · Lists)  · Events  · Control  · Sensing  · Operators  · My Blocks