From 44a8573c4d4081552320c80bf9a2ed3eaba6c91c Mon Sep 17 00:00:00 2001 From: Adrian Kummerlaender Date: Tue, 18 Apr 2017 10:45:35 +0200 Subject: Rename boolean operators --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index b1d220d..2392094 100644 --- a/README.md +++ b/README.md @@ -31,9 +31,9 @@ Currently implemented primitives: | `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 | -| `!` | Negate boolean value | +| `not` | Negate boolean value | +| `and` | Boolean and | +| `or` | Boolean or | | `<` | Compare size of two integers | | `=` | Compare equality of two stack values | -| `&` | Boolean and | -| `or` | Boolean or | | `#` | Debug word printing the whole stack to _stdout_ | -- cgit v1.2.3