<< Home | About Forth | About TurboForth | Download | Language Reference | Resources | Tutorials | YouTube >>
In Programming and Stack Management Words in 32-bit library
Places a copy of the double value x (which is underneath y) at the top of the stack.
12345678. 87654321. 2OVER .DS
(displays 12345678 87654321 12345678)
Note: The word .DS is used to non-destructively display the contents of the stack as double-precision numbers.
.DS
None