Slight rewording
This commit is contained in:
@@ -21,7 +21,7 @@ func main() {
|
||||
|
||||
// A statement can precede conditionals; any variables
|
||||
// declared in this statement are available in the current
|
||||
// and all the succeeding branches.
|
||||
// and all subsequent branches.
|
||||
if num := 9; num < 0 {
|
||||
fmt.Println(num, "is negative")
|
||||
} else if num < 10 {
|
||||
|
||||
@@ -1,2 +1,2 @@
|
||||
bbac731541876062076e3dea9a2b536988d7739d
|
||||
_5PfTs6dNhr
|
||||
d6a962236fc1296684cd1ffb2d95d131ed84abde
|
||||
U7xcpdutgCJ
|
||||
|
||||
Reference in New Issue
Block a user