Add category for other operators

This commit is contained in:
Mateusz Piątkowski 2022-09-19 21:16:11 +02:00
parent a8ee488010
commit 691d4d84ac

View File

@ -107,6 +107,8 @@ true
> 3 >= 2 > 3 >= 2
true true
``` ```
## Pozostałe operatory
- `.` operator indeksu (zwraca wskazany element, liczone od 0): - `.` operator indeksu (zwraca wskazany element, liczone od 0):
``` ```
> A:=[1; 3; 5] > A:=[1; 3; 5]