From 691d4d84ac4d329e6c070807c029a27515d85641 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mateusz=20Pi=C4=85tkowski?= Date: Mon, 19 Sep 2022 21:16:11 +0200 Subject: [PATCH] Add category for other operators --- doc/operators.md | 2 ++ 1 file changed, 2 insertions(+) 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]