operators.md fix2
This commit is contained in:
parent
5ad87f4a91
commit
8f46d49bac
@ -4,6 +4,7 @@
|
||||
|
||||
- `+` – operator:
|
||||
- dodawania (liczby całkowite i ułamki):
|
||||
|
||||
```
|
||||
> 2 + 3
|
||||
5
|
||||
@ -18,8 +19,8 @@
|
||||
```
|
||||
> c + 1
|
||||
c#
|
||||
> c4 + 2
|
||||
chord[d; f#]
|
||||
c4 + 2
|
||||
hord[d; f#]
|
||||
```
|
||||
|
||||
- `-` – operator odejmowania/dekrementacji – analogicznie do operatora `+`;
|
||||
|
Loading…
Reference in New Issue
Block a user