dup-to-r:misc — compiling primitive
FORTH
DUP>R ( val -- val )();p4:"dup-to-r";
DUP>R ( val -- val )(
)
shortcut, see R>DROP <br> note again that the following will fail:
: DUP>R DUP >R ;