Add category for other operators
This commit is contained in:
parent
a8ee488010
commit
691d4d84ac
@ -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]
|
||||||
|
Loading…
Reference in New Issue
Block a user