Name

dup-to-r:misc — compiling primitive

Synopsis

FORTH

DUP>R ( val -- val )();
p4:"dup-to-r";

Description

shortcut, see R>DROP <br> note again that the following will fail:

 : DUP>R DUP >R ;