This commit is contained in:
Ilya Kantor 2019-01-14 17:03:53 +03:00
parent 4974ad9fa7
commit 4eac4ef709

View file

@ -167,7 +167,7 @@ Comparisons
Greater/less comparisons compare strings character-by-character, other types are converted to a number.
Logical operators
Other operators
: There are few others, like a comma operator.
More in: <info:operators>, <info:comparison>, <info:logical-operators>.