Skip to content

Commit

Permalink
Update 1.4-operators.md
Browse files Browse the repository at this point in the history
تعریف بهتر عملگر := 
اصلاح کمتر و کمتر یا مساوی با کوچکتر به دلیل اینکه دو عملگر بزرگتر و بزرگتر مساوی به این شیوه نام گذاری شده بودند
  • Loading branch information
r3a70 authored May 18, 2023
1 parent 7b2f09d commit a5f117e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions content/chapter 1/1.4-operators.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ weight: 1004


{{< hint info >}}
در کد نمونه بالا ما `:=` که متغیر کوتاه است استفاده کردیم که در بhttps://book.gofarsi.ir/chapter-1/go-variables-and-consts/خش [1.5 متغیرها و ثابت ها معرفی](https://book.gofarsi.ir/chapter-1/go-variables-and-consts/) خواهیم کرد.
در نمونه کد بالا مااز عملگر `:=` که شیوه ی تعریف متغیر به روش کوتاه است استفاده کردیم که در بخش [1.5 متغیرها و ثابت ها معرفی](https://book.gofarsi.ir/chapter-1/go-variables-and-consts/) خواهیم کرد.
{{< /hint >}}

## 1.4.2 عملگرهای مقایسه ای
Expand All @@ -42,8 +42,8 @@ weight: 1004
|---|----------|
| `==` | مساوی بودن |
| `=!` | مساوی نبودن با |
| `>` | کمتر از |
| `=>` | کمتر یا مساوی |
| `>` | کوچکتر از |
| `=>` | کوچکتر یا مساوی |
| `<` | بزرگتر |
| `=<` | بزرگتر یا مساوی |

Expand Down

0 comments on commit a5f117e

Please sign in to comment.