Skip to content

Numbers: (operand) (operator) (operand)

jolivepetrus edited this page Oct 29, 2017 · 5 revisions

This block is a Number block, an Operator block, and a Reporter block, that report the value of the expression resulting to applying the specified operator to the specified numeric operands.

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.

Shape

Clone this wiki locally