over ( n1 n2 -- n1 n2 n1 )
published: 28 January 2023 / updated 28 January 2023
vocabulary: forth
Place a copy of n1 on top of the stack.
Example:
2 5 OVER \ duplicate 2 on top of the stack
published: 28 January 2023 / updated 28 January 2023
vocabulary: forth
Place a copy of n1 on top of the stack.
2 5 OVER \ duplicate 2 on top of the stack