Skip to content

Commit

Permalink
Add negative number to doc
Browse files Browse the repository at this point in the history
  • Loading branch information
vinc committed Nov 11, 2023
1 parent a32ee17 commit 1fdd4db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/lisp.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ MOROS Lisp is a Lisp-1 dialect inspired by Scheme, Clojure, and Ruby!

### Literals
- String: `"this is a string"`
- Number: `255`, `0xFF`, `2.5`
- Number: `255`, `0xFF`, `2.5`, `-25`

### Built-in Operators
- `quote` (abbreviated with `'`)
Expand Down

0 comments on commit 1fdd4db

Please sign in to comment.