[-] ( x y -- z )


Vocabulary
math.order

Inputs
xa real
ya real


Outputs
za real


Word description
Subtracts y from x. If the result is less than zero, outputs zero.

Definition