You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: tr/02.3.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -242,7 +242,7 @@ Alttaki örnekte bunu kullanalım.
242
242
x := 3
243
243
y := 4
244
244
245
-
xARTIy, xCARPIy := SumAndProduct(x, y)
245
+
xARTIy, xCARPIy := toplaVeCarp(x, y)
246
246
247
247
fmt.Printf("%d + %d = %d\n", x, y, xARTIy)
248
248
fmt.Printf("%d * %d = %d\n", x, y, xCARPIy)
@@ -371,7 +371,7 @@ Eğer birden fazla `defer` varsa ters sırayla çalışırlar. Sıradaki örnek
371
371
372
372
### Değer ve tür olarak fonksiyonlar
373
373
374
-
Go'da fonksiyonlar aynı zamanda değişken olabilirler. `type` onları kullanarak tanımlayabiliriz. Aynı imzaya sahip fonksiyonlar ayno tür olarak görülebilir.
374
+
Go'da fonksiyonlar aynı zamanda değişken olabilirler. `type` onları kullanarak tanımlayabiliriz. Aynı imzaya sahip fonksiyonlar aynı tür olarak görülebilir.
0 commit comments