Handbook
Glossary
[-] ( x y -- z )
Vocabulary
math
.
order
Inputs
x
a
real
y
a
real
Outputs
z
a
real
Word description
Subtracts
y
from
x
. If the result is less than zero, outputs zero.
Definition
USING:
math
;
IN:
math.order
:
[-]
( x y -- z )
-
0
max
;
inline