This commit is contained in:
Yaossg 2024-11-17 10:52:27 +08:00
parent dfbeb90387
commit 5670654667
2 changed files with 22 additions and 2 deletions

View file

@ -66,7 +66,7 @@ $ sh boot.sh
### 支持的流程控制
- `if` `else`
- `while` `for`
- `while` `for` `do`
- `break` `continue`
- `return`