mirror of
https://github.com/chrisdone/duet.git
synced 2025-01-06 22:09:02 +03:00
Add -5 note
This commit is contained in:
parent
7db214e3bf
commit
60b09edec1
@ -58,7 +58,8 @@ available syntax.
|
||||
* Infix operators are stricter: an infix operator must have spaces
|
||||
around it. You **cannot** have more than one operator without
|
||||
parentheses, therefore operator precedence does not come into play
|
||||
in Duet (this is intentional).
|
||||
in Duet (this is intentional). This also permits you to write `-5`
|
||||
without worrying about where it rests.
|
||||
* Superclasses are not supported.
|
||||
* Operator definitions are not supported.
|
||||
* There is only `Integer` and `Rational` number types: they are
|
||||
|
Loading…
Reference in New Issue
Block a user