Merge pull request #99 from jsun969/main

修复流程控制的文字错误
pull/100/head
Sunface 3 years ago committed by GitHub
commit 41a32c6685
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -14,6 +14,8 @@ if condition == true {
} else {
// B...
}
```
该代码读作:若`condition`条件为`true`,则执行`A`代码,否则执行`B`代码.
先看下面代码:

Loading…
Cancel
Save