$Header: /home/radek/cvs/forth-book/dictionary/ansi/0580.to-r,v 1.1 2003/12/28 18:21:57 radek Exp $

Jméno

>R — popis

CORE

Přehled

Interpretace: význam není definován
Běh: ( x → ) (R: → x )

Definováno v: dpANS Forth 6.1.0580 CORE

Přesune vrchol zásobníku na vrchol zásobníku návratových adres.

Popis

FIXME:

Description

save the value onto the return stack. The return stack must be returned back to clean state before an exit and you should note that the return-stack is also touched by the DO ... WHILE loop. Use R> to clean the stack and R@ to get the last value put by >R