Link Search Menu Expand Document

Subtract

Subtracts the second entered number from the first.

sub [num, num]

Overview

name: 'sub'
min: 2
max: 2
return: num

Example

>>> sub 100 90
10