-
Notifications
You must be signed in to change notification settings - Fork 18
Numbers: (operand) (operator) (operand)
Jaume Olivé Petrus edited this page Oct 29, 2017
·
5 revisions
This block is a Number block, an Operator block, and a Reporter block that reports the value of the expression resulting to applying the specified operator to the specified operands. The operands must be numbers.
This block can take the following operators:
- +: Adds two operands.
- -: Subtracts second operand from the first.
- x: Multiplies both operands.
- ÷: Divides numerator (first operand) by de-numerator (second operand).
- ^: Raises first operand to the second operand'th power.