Name

two-over:core — ordinary primitive

Synopsis

FORTH
2OVER ( a,a b,b -- a,a b,b a,a )(); 
 ;

Description

double-cell over, see OVER and 2DUP

 simulate:
   : 2OVER SP@ 2 CELLS + 2@ ;
 

dpANS .6.1.0400 - standard forth word