diff --git a/content/A-perulangan.md b/content/A-perulangan.md index a3f66a746..bc0d43608 100644 --- a/content/A-perulangan.md +++ b/content/A-perulangan.md @@ -81,6 +81,11 @@ for k, v := range kvs { for range kvs { fmt.Println("Done") } + +// selain itu, bisa juga dengan cukup menentukan nilai numerik perulangan +for i := range 5 { + fmt.Print(i) // 01234 +} ``` ## A.14.5. Penggunaan Keyword `break` & `continue` diff --git a/content/README.md b/content/README.md index 412444a01..3d385ec2a 100644 --- a/content/README.md +++ b/content/README.md @@ -23,7 +23,7 @@ Ada total sekitar 120 chapter yang dibahas dalam ebook ini. Kumpulan chap -Versi e-book: **((VERSION))**, dan versi Go **1.20**. +Versi e-book: **((VERSION))**, dan versi Go **1.22**. ## Download File E-book (pdf, epub, mobi)