Commit 61ccad3f by Richard Stallman

Rename dup to duplicate.

From-SVN: r5915
parent 4cfe7532
......@@ -51,7 +51,7 @@ define_operator(neverneverland, abort\(\), (()))
# Stack manipulations.
define_operator(drop, 0, ((, (SI))))
define_operator(dup, 0, ((, (SI), (SI, SI))))
define_operator(duplicate, 0, ((, (SI), (SI, SI))))
define_operator(over, 0, ((, (SI), (SI, SI))))
# Adjust stack pointer
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment