diff options
| author | Adrian Kummerlaender | 2017-04-18 10:54:33 +0200 | 
|---|---|---|
| committer | Adrian Kummerlaender | 2017-04-18 10:54:33 +0200 | 
| commit | fa1bdcab3f371f1ec79621fbd890f3ddd8b5019c (patch) | |
| tree | 1e080bb8eecfdf7e275d9cecccd8a8db174ae80a /README.md | |
| parent | 44a8573c4d4081552320c80bf9a2ed3eaba6c91c (diff) | |
| download | slang-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.md | 2 | 
1 files changed, 1 insertions, 1 deletions
| @@ -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                | | 
