float- ( x y -- z ) (original) (raw)
Inputs
x | a float |
---|---|
y | a float |
Outputs
z | a float |
---|
Word description
Primitive version of -.
Warning
This word does not perform type checking, and passing objects of the wrong type can crash the runtime. User code should call the generic word - instead.
Definition
PRIMITIVE: float- ( x y -- z ) foldable flushable