diff --git a/doc/operators.md b/doc/operators.md index 7fe7926..0eab006 100644 --- a/doc/operators.md +++ b/doc/operators.md @@ -107,6 +107,8 @@ true > 3 >= 2 true ``` +## Pozostałe operatory + - `.` – operator indeksu (zwraca wskazany element, liczone od 0): ``` > A:=[1; 3; 5]