>r
w -- core ``to-r''
r>
-- w core ``r-from''
r@
-- w ; R: w -- w core ``r-fetch''
copy w from the return stack to the data stack
rdrop
-- gforth ``rdrop''
2>r
w1 w2 -- core-ext ``two-to-r''
2r>
-- w1 w2 core-ext ``two-r-from''
2r@
-- w1 w2 core-ext ``two-r-fetch''
2rdrop
-- gforth ``two-r-drop''
Go to the first, previous, next, last section, table of contents.