abs

 get the absolute value

Stackeffects

( n1 -- u1 )
R( -- )

Definition

: abs
   dup    0<
(?branch) PFA_ABS1
   negate
PFA_ABS1:

;

Used by