aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorAdrian Kummerlaender2017-04-18 10:54:33 +0200
committerAdrian Kummerlaender2017-04-18 10:54:33 +0200
commitfa1bdcab3f371f1ec79621fbd890f3ddd8b5019c (patch)
tree1e080bb8eecfdf7e275d9cecccd8a8db174ae80a /README.md
parent44a8573c4d4081552320c80bf9a2ed3eaba6c91c (diff)
downloadslang-fa1bdcab3f371f1ec79621fbd890f3ddd8b5019c.tar
slang-fa1bdcab3f371f1ec79621fbd890f3ddd8b5019c.tar.gz
slang-fa1bdcab3f371f1ec79621fbd890f3ddd8b5019c.tar.bz2
slang-fa1bdcab3f371f1ec79621fbd890f3ddd8b5019c.tar.lz
slang-fa1bdcab3f371f1ec79621fbd890f3ddd8b5019c.tar.xz
slang-fa1bdcab3f371f1ec79621fbd890f3ddd8b5019c.tar.zst
slang-fa1bdcab3f371f1ec79621fbd890f3ddd8b5019c.zip
Rename `over` to `ovr` so that all stack operations are three letter words
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
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 |