amforth word min
Home
FAQ
Howto
Links
Words
Butterfly
min
compare two values leave the smaller one
Stackeffects
( n1 n2 -- n1|n2 )
R( -- )
Definition
: min
over
over
>
(?branch)
PFA_MIN1
swap
PFA_MIN1:
drop
;
Used by
/string