mirror of
https://github.com/unknwon/the-way-to-go_ZH_CN.git
synced 2025-08-12 00:11:36 +08:00
update 5.0,5.1 and add pre tag
This commit is contained in:
@@ -9,3 +9,8 @@
|
||||
其他的关键词像break和continue可以改变循环.
|
||||
还有return关键词,/*从语句主体中直接返回*/和goto关键词跳转执行label所在处的代码
|
||||
Go完全忽略了if,swaitch,for等周围的括号(),比java,c++,c#减少的视觉上的代码混乱,让代码看起来更简洁.
|
||||
|
||||
##链接
|
||||
- [目录](directory.md)
|
||||
- 上一章:[基本结构和基本数据类型](04.0.md)
|
||||
- 下一节: [if else 结构](05.1.md)
|
||||
|
Reference in New Issue
Block a user