Closed pekmop1024 closed 3 months ago
Same as with >, but = now. It should be ==, because = is an assignment operator and so no comparisons happened in that code before fix. And for integers it will be better to user -eq instead of ==.
>
=
==
-eq
Same as with
>
, but=
now. It should be==
, because=
is an assignment operator and so no comparisons happened in that code before fix. And for integers it will be better to user-eq
instead of==
.