Name
star-slash:core — ordinary primitive
Synopsis
FORTH
*/
( a b c -- a*b/c )(
)
;
p4:"star-slash";
Description
regard the b/c as element Q - this word
has an advantage over the sequence of *
and / by using an intermediate double-cell
value
dpANS .6.1.0100
- standard forth word