$Header: /home/radek/cvs/forth-book/dictionary/ansi/0230.slash,v 1.1 2003/12/28 18:21:57 radek Exp $
/ — „slash“, dělení
CORE
Divide n1 by n2, giving the single-cell quotient n3. An ambiguous condition exists if n2 is zero. If n1 and n2 differ in sign, the implementation-defined result returned will be the same as that returned by either the phrase >R S>D R> FM/MOD SWAP DROP or the phrase >R S>D R> SM/REM SWAP DROP .