max

 compare two values, leave the bigger one

Stackeffects

( n1 n2 -- n1|n2 )
R( -- )

Definition

: max
   over    over    <
(?branch) PFA_MAX1
   swap
PFA_MAX1:
   drop
;

Used by