<< Home | About Forth | About TurboForth | Download | Language Reference | Resources | Tutorials | YouTube >>


R@ Search:

In Return Stack Words in TurboForth Kernal

Word Name: R@
Type: Standard word
Data Stack Signature: -- n
Return Stack Signature: n -- n
Availability: V1.0  V1.1  V1.2
Description:

Copies the top cell from the return stack to the data stack (i.e. does not remove it).

Example:

none

Comment:

none

See Also: >R  R> 

<< Home | About Forth | About TurboForth | Download | Language Reference | Resources | Tutorials | YouTube >>