From fa1bdcab3f371f1ec79621fbd890f3ddd8b5019c Mon Sep 17 00:00:00 2001 From: Adrian Kummerlaender Date: Tue, 18 Apr 2017 10:54:33 +0200 Subject: Rename `over` to `ovr` so that all stack operations are three letter words --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index 2392094..968efd1 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ Currently implemented primitives: | `pop` | Remove uppermost stack element | | `dup` | Duplicate top-of-stack | | `swp` | Swap the first two stack elements | -| `over` | Place a copy of the second stack element on top-of-stack | +| `ovr` | Place a copy of the second stack element on top-of-stack | | `rot` | Rotate the top three stack elements | | `true` | Write true boolean value to top-of-stack | | `false` | Write false boolean value to top-of-stack | -- cgit v1.2.3