Skip to content

Commit

Permalink
Update docs about comparison operator
Browse files Browse the repository at this point in the history
The mentioned issue has been fixed, so the notes can be removed.
  • Loading branch information
shsms committed Nov 10, 2023
1 parent 4e97692 commit 7720cc5
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/builtin/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,11 @@ Click [here](https://www.gnu.org/software/emacs/manual/html_node/elisp/Compariso
| Name | Status | Details |
|-------|--------|-----------------------------------------------------|
| `>` | ☑️ | currently broken for more than 2 args |
| `<` | ☑️ | 〃 [#26](https://github.com/shsms/tulisp/issues/26) |
| `>=` | ☑️ | |
| `<=` | ☑️ | |
| `=` | 🔳 | |
| `>` | ☑️ | |
| `<` | ☑️ | |
| `>=` | ☑️ | |
| `<=` | ☑️ | |
| `=` | 🔳 | |
| `eql` | 🔳 | |
| `/=` | 🔳 | |
| `max` | ☑️ | |
Expand Down

0 comments on commit 7720cc5

Please sign in to comment.