() - ()

From PenguinMod Wiki (Official)
Jump to navigation Jump to search


() - () is an operators reporter block from Scratch which subtracts the first input by the amount on the second input.

Workaround

The workaround is, in a () + () block, by adding the first input by the second input multiplied by -1 or , in a () - () block, by making the second input negative (since 2 negatives cancel eachother out).

((number::grey) - ((subtract by:: grey) * (-1)))

See Also