mirror of
https://github.com/fenom-template/fenom.git
synced 2023-08-10 21:13:07 +03:00
Update readme.md
This commit is contained in:
parent
e7ab52dee1
commit
66b6bf2ff8
@ -67,7 +67,7 @@ Documentation
|
||||
* [String concatenation operator](./operators.md#string-operator) — `$str1 ~ $str2`
|
||||
* [Ternary operators](./operators.md#ternary-operators) — `$a ? $b : $c`, `$a ! $b : $c`, `$a ?: $c`, `$a !: $c`
|
||||
* [Check operators](./operators.md#check-operators) — `$var?`, `$var!`
|
||||
* [Test operator](./operators.md#test-operators) — `is`, `is not`
|
||||
* [Test operator](./operators.md#test-operator) — `is`, `is not`
|
||||
* [Containment operator](./operators.md#containment-operator) — `in`, `not in`
|
||||
|
||||
***
|
||||
|
Loading…
Reference in New Issue
Block a user