Name
rot:core — ordinary primitive
Synopsis
FORTH
ROT
( a b c -- b c a )(
)
;
p4:"rot";
Description
rotates the three uppermost values on the stack,
the other direction would be with -ROT - please
have a look at LOCALS| and VAR that can avoid
its use.
dpANS .6.1.2160
- standard forth word